llvm-project
3a2876d8 - [mlir][SPIR-V] Fix math.powf lowering for non-integer exponents (#197727)

Commit
11 days ago
[mlir][SPIR-V] Fix math.powf lowering for non-integer exponents (#197727) The ConvertFToS usage only works when y is an integer. Use it only for integer constants, for others: lower as GL.Exp(y * GL.Log(x))
Author
Parents
Loading