[Mlir-commits] [mlir] [mlir][vector] Extend TransferReadDropUnitDimsPattern to support partially-static memrefs (PR #72142)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Nov 14 03:10:38 PST 2023
c-rhodes wrote:
> This seems reasonable to me :). The docs you link seem to say this is allowed, as this is only removing statically known unit dims. The added `shape_cast` won't be something that can be lowered, but should (hopefully) fold away.
can confirm the shape_cast folds away :)
https://github.com/llvm/llvm-project/pull/72142
More information about the Mlir-commits
mailing list