[llvm-branch-commits] [mlir] [mlir][Transforms] Add 1:N `matchAndRewrite` overload (PR #116470)
Markus Böck via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Nov 16 02:05:54 PST 2024
================
@@ -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
More information about the llvm-branch-commits
mailing list