[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:30:08 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),
+ cl::desc("Update the value of base and index"),
----------------
rohitaggarwal007 wrote:
Sure, I will update the information
https://github.com/llvm/llvm-project/pull/130920
More information about the llvm-commits
mailing list