[Mlir-commits] [mlir] [MLIR][Arith] Fix crash in TruncIOp::inferResultRanges for i0 destination (PR #183564)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Feb 26 08:25:05 PST 2026
https://github.com/kuhar commented:
We've had a few PRs that try to fix other crashes with i0. My suggestion across all of these is that I think we should look into making i0 types over arith/math/vector ops illegal -- I know this has some reasonable use in hardware dialect, but I don't believe we have any valid usecases for i0 in core dialects.
https://github.com/llvm/llvm-project/pull/183564
More information about the Mlir-commits
mailing list