[Mlir-commits] [mlir] [MLIR][Arith][Vector] Reject i0 integer type in arith and vector ops (PR #183589)

Mehdi Amini llvmlistbot at llvm.org
Wed Mar 4 03:22:52 PST 2026


joker-eph wrote:

I added this mention for the arith dialect:
```
    Manipulating value with type `i0` isn't supported in this dialect at the
    moment and is considered invalid. This can change in the future if some
    motivating use-cases are presented.
```

I think the RFC is converged enough to proceed, happy to roll this back if/when we get a good use-case to reverse the tradeoff analysis!

https://github.com/llvm/llvm-project/pull/183589


More information about the Mlir-commits mailing list