[Mlir-commits] [mlir] [MLIR][Vector] Relax shape_cast unrolling to per-reassociation-group contiguity (PR #205684)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jul 6 07:45:33 PDT 2026
banach-space wrote:
My biggish concern here is that we've been trying to make sure that `vector.shape_cast` is a NOP. The unrolling introduces `tensor.extract_strided_slice`, which is suspect lowers to something other that a NOP?
https://github.com/llvm/llvm-project/pull/205684
More information about the Mlir-commits
mailing list