================
@@ -1865,6 +1865,10 @@ def TuneOptimizedZeroStrideLoad
"true", "Optimized (perform fewer memory operations)"
"zero-stride vector load">;
+def FeatureEnableSelectOptimize
+ : SubtargetFeature<"enable-select-opt", "EnableSelectOptimize", "true",
+ "Enable the select optimize pass for select loop
heuristics">;
+
----------------
wangpc-pp wrote:
We haven't enabled the pass by default yet, we can add this to GenericOOO when
we decide to enable it by default. :-)
https://github.com/llvm/llvm-project/pull/80124
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits