[Mlir-commits] [mlir] [mlir][spirv] Handle signedness casts (PR #155388)

Michael Platings llvmlistbot at llvm.org
Wed Aug 27 00:36:25 PDT 2025


mplatings wrote:

> I think the real issue is that step 2 (after tosa to linalg) has an unresolved cast

I kind of agree, but it seems that unrealized_conversion_cast is the only way to represent signedness casts, given that arith.bitcast is explicitly only for signless casts.

Any advice for how to proceed?

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


More information about the Mlir-commits mailing list