[Mlir-commits] [mlir] [MLIR][Vector] Add unroll pattern for vector.shape_cast (PR #164010)
James Newling
llvmlistbot at llvm.org
Fri Oct 31 13:20:54 PDT 2025
https://github.com/newling commented:
It's nice to have this for completeness sake. However I don't understand how the IR generated might with
1) extract all elements as scalars
2) insert scalars into small tiles
3) insert small tiles into final big tile
might be better than
1) extract all elements as scalars
2) insert scalars directly into big tile
is there an example of this?
https://github.com/llvm/llvm-project/pull/164010
More information about the Mlir-commits
mailing list