[PATCH] D32002: [X86] Improve large struct pass by value performance

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 15:07:28 PDT 2017


zvi added inline comments.


================
Comment at: lib/Target/X86/X86.td:508
   FeatureBMI2,
+  FeatureFastString,
   FeatureFMA,
----------------
courbet wrote:
> RKSimon wrote:
> > Is this a Haswell feature in particular or the only target that has been tested?
> I've tested it on Haswell and Skylake. The Skylake model below actually uses HSWFeatures too, so I have not added it there again.
The Optimization Guide section @craig.topper  quoted above states that this feature is available starting from Ivy Bridge.


https://reviews.llvm.org/D32002





More information about the llvm-commits mailing list