================
@@ -1965,19 +2053,19 @@ OperationLegalizer::legalizeWithFold(Operation *op,
   });
 
   // Try to fold the operation.
-  SmallVector<Value, 2> replacementValues;
+  SmallVector<Value, 2> ValueRange;
----------------
zero9178 wrote:

```suggestion
  SmallVector<Value, 2> valueRange;
```

https://github.com/llvm/llvm-project/pull/116470
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to