[PATCH] D157680: [X86]Support options -mno-gather -mno-scatter

Kan Shengchen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 07:47:06 PDT 2023


skan added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:437
+    : SubtargetFeature<"prefer-no-gather", "PreferGather", "false",
+                       "Indicates if gather prefer to be disabled">;
+def FeaturePreferNoScatter
----------------
Does "Prefer no gather instructions" sound better?

I think these two should be put under "X86 Subtarget Tuning features"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157680



More information about the cfe-commits mailing list