[Mlir-commits] [mlir] [mlir][SPIR-V] Add SPIRVToLLVM conversions for GL.FMix and CL.mix (PR #206935)

Igor Wodiany llvmlistbot at llvm.org
Sat Jul 4 03:42:44 PDT 2026


https://github.com/IgWod commented:

Unless I'm missing something the fp semantics we get before and after the conversion may be different due to ordering, right?. Not sure if that's a problem or not; and I'm not sure how the conversion has been dealing with this so far. I just wonder whether we should keep the mix ordering and then let the LLVM IR side to fold it into fma if desired.

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


More information about the Mlir-commits mailing list