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

Arseniy Obolenskiy llvmlistbot at llvm.org
Sun Jul 5 21:56:21 PDT 2026


aobolensk wrote:

> 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.

CL.mix explicitly permits FMA contractions, but GL.FMix does not have the statements. The patterns were splited 

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


More information about the Mlir-commits mailing list