[Mlir-commits] [mlir] [mlir][Vector] Fold vector.step compared to constant (PR #161615)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Oct 2 09:42:15 PDT 2025
https://github.com/kuhar commented:
> An alternative would be to always constant fold it, but that might result in some very large/cumbersome constants.
FYI, we have some max vector sizes defined for insert/extract folders for this exact reason. I think it would work here too.
https://github.com/llvm/llvm-project/pull/161615
More information about the Mlir-commits
mailing list