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

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 12:09:41 PST 2023


goldstein.w.n added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:766
+    TuningMacroFusion,
+    TuningSlow3OpsLEA,
+    TuningSlowDivide64,
----------------
I think this is safe to remove by v4.


================
Comment at: llvm/lib/Target/X86/X86.td:776
+    TuningFastGather,
+    TuningPOPCNTFalseDeps,
+    TuningInsertVZEROUPPER,
----------------
I thought this was fixed by skylake?


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