[llvm] [DAG][X86] Avoid slow masked-store folds on Zen (PR #214187)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 06:12:05 PDT 2026
================
@@ -514,6 +514,11 @@ def TuningSlowPMADDWD : SubtargetFeature<"slow-pmaddwd", "IsPMADDWDSlow",
"PMADDWD is slower than PMULLD",
[], InlineIgnore>;
+def TuningSlowVecMaskMove
----------------
RKSimon wrote:
TuningSlowVecMaskStore ?
https://github.com/llvm/llvm-project/pull/214187
More information about the llvm-commits
mailing list