[PATCH] D33196: [AArch64] Explicitly enable FeatureFuseLiterals on Cortex-A72 (NFC).

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 08:45:53 PDT 2017


javed.absar added a comment.

In https://reviews.llvm.org/D33196#755104, @fhahn wrote:

>




> I didn't plan to do anything with respect to PostRA, but I could benchmark the difference with and without PostRA.

Hi Florian:
 I looks to me like you don't have to to anything special  for PostRA  (see AArch64TargetMachine.cpp::282-292 - if(hasFuseLiterals()) ), other than benchmark it like Silviu mentions. 
Best Regards, Javed.


https://reviews.llvm.org/D33196





More information about the llvm-commits mailing list