[llvm] Update the base and index value for masked gather (PR #130920)

Rohit Aggarwal via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 23:33:34 PDT 2025


================
@@ -126,6 +126,11 @@ static cl::opt<bool> MulConstantOptimization(
              "SHIFT, LEA, etc."),
     cl::Hidden);
 
+static cl::opt<bool>
+    EnableBaseIndexUpdate("update-baseIndex", cl::init(true),
----------------
rohitaggarwal007 wrote:

I just added this flag for the safety incase any untest usecase occur. So that we can fall back to existing behavior. 
Sure, I will remove the flag.

https://github.com/llvm/llvm-project/pull/130920


More information about the llvm-commits mailing list