[Mlir-commits] [mlir] [mlir][tosa] fallback unknown type (PR #205873)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jul 10 04:57:05 PDT 2026


mygitljf wrote:

Thanks. I updated the validation path to use a shared element-type check for operands, results, and the declared type on `tosa.variable`, so the invalid `f64` is rejected before profile/extension compliance runs. I also changed the regression test to expect the earlier `element type 'f64' is not legal` diagnostic instead of the `unknown<64>` profile-compliance diagnostic.

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


More information about the Mlir-commits mailing list