[Mlir-commits] [mlir] [MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewritePattern (PR #92892)

Benjamin Maxwell llvmlistbot at llvm.org
Tue May 21 04:13:32 PDT 2024


================
@@ -479,7 +483,7 @@ struct TransferReadToVectorLoadLowering
       return rewriter.notifyMatchFailure(read, "out-of-bounds needs mask");
 
     // Create vector load op.
-    Operation *loadOp;
+    Operation *res;
----------------
MacDue wrote:

Why rename this from loadOp?
```suggestion
    Operation *loadOp;
```

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


More information about the Mlir-commits mailing list