[Mlir-commits] [mlir] [mlir][ArithToSPIRV] Fix handling of unsigned integers in `convertIntegerAttr` (PR #204937)

Chirag Wattamwar llvmlistbot at llvm.org
Sat Jun 20 22:00:25 PDT 2026


ChiragSW wrote:

> arith should only support signless constatns; we should fix the `arith.constant` verifier instead

The old changes are reverted. fixed the arith.constant so there is no slipping of unwanted cons

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


More information about the Mlir-commits mailing list