[Mlir-commits] [mlir] [mlir][TOSA] restore unrealized casts when lowering rescale ops (PR #141096)
Thomas Preud'homme
llvmlistbot at llvm.org
Sat May 24 03:53:25 PDT 2025
RoboTux wrote:
> @RoboTux Only now that I've understood it's actually ArithToSPIRV that fails for you. Is there an mlir-opt repro that I could try for your case?
Nevermind, it must be something with our pipeline. I realized we are using the Arith to SPIR-V pattern but not the pass and were missing to mark the op as legal. Still now it fails in SPIRVLowerABIAttributesPass where we do use the upstream pass. But if this op is the right way to do it then this is just a *separate* bug.
https://github.com/llvm/llvm-project/pull/141096
More information about the Mlir-commits
mailing list