[Mlir-commits] [mlir] [mlir] Add math to LLVM lowering support for missing trigonometric & hyperbolic ops (PR #125753)
Markus Böck
llvmlistbot at llvm.org
Wed Feb 5 03:19:29 PST 2025
zero9178 wrote:
The build failure in flang seems to be real as they seem to have their own lowerings for math to LLVM.
Can these be removed from flang now? IIRC the LLVM lowerings lower to libc calls if the target has no instruction for the intrinsic.
CCing @clementval @jeanPerier for visibility
https://github.com/llvm/llvm-project/pull/125753
More information about the Mlir-commits
mailing list