[Mlir-commits] [mlir] [MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewritePattern (PR #92892)
Hugo Trachino
llvmlistbot at llvm.org
Tue May 21 06:48:30 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;
----------------
nujaa wrote:
Because it can be a BroadcastOp. from l.507
https://github.com/llvm/llvm-project/pull/92892
More information about the Mlir-commits
mailing list