[Mlir-commits] [mlir] [mlir][vector] Reject alignment attribute on tensor-level gather/scatter (PR #188924)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Mar 27 04:25:21 PDT 2026
================
@@ -167,9 +167,10 @@ struct ScatterOpInterface
if (failed(buffer))
return failure();
vector::ScatterOp::create(rewriter, scatterOp.getLoc(),
- /*resultType=*/nullptr, *buffer,
----------------
banach-space wrote:
Unrelated change
https://github.com/llvm/llvm-project/pull/188924
More information about the Mlir-commits
mailing list