[Mlir-commits] [mlir] [mlir][Vector] Update patterns for flattening vector.xfer Ops (1/N) (PR #73522)
Diego Caballero
llvmlistbot at llvm.org
Mon Nov 27 08:26:52 PST 2023
dcaballe wrote:
QQ before I dig into the review: we have some patterns to remove unit dims from xfer ops. Have you tried running those before this flattening step? I think we have a pass in IREE that is applying all these simplifications before trying to flatten. In general, we should aim for removing all these unit dims and avoid the complexity they introduce.
https://github.com/llvm/llvm-project/pull/73522
More information about the Mlir-commits
mailing list