[Mlir-commits] [mlir] [mlir] Add math to LLVM lowering support for missing trigonometric & hyperbolic ops (PR #125753)
Paul Carabas
llvmlistbot at llvm.org
Wed Feb 5 03:47:01 PST 2025
PaulCarabas 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
Thanks @zero9178 for checking out the failure.
Would modifying the flang test to reflect that the math ops now lower to intrinsics instead of the calls be sufficient?
https://github.com/llvm/llvm-project/pull/125753
More information about the Mlir-commits
mailing list