[PATCH] D144832: [X86] Split off x86-64-v* tuning flags

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 13:49:44 PST 2023


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:776
+    TuningFastGather,
+    TuningPOPCNTFalseDeps,
+    TuningInsertVZEROUPPER,
----------------
goldstein.w.n wrote:
> I thought this was fixed by skylake?
https://github.com/llvm/llvm-project/issues/33216 suggests its still a problem on Skylake/CannonLake as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144832/new/

https://reviews.llvm.org/D144832



More information about the llvm-commits mailing list