[flang-commits] [flang] [mlir] [mlir] Add math to LLVM lowering support for missing trigonometric & hyperbolic ops (PR #125753)

Markus Böck via flang-commits flang-commits at lists.llvm.org
Wed Feb 5 11:47:25 PST 2025


zero9178 wrote:

> Hi @zero9178,
> 
> > The build failure in flang
> 
> Where can I see the details of the failure?

The build failures were with a previous revision of this PR that did not yet incorporate the test changes in the current version.
Please see the current version of the PR for the test changes and whether it is okay to call intrinsics rather than libc calls (e.g., does flang rely here on `errno` being set?).
Otherwise, I suspect there might also be dead patterns in flang now that could be cleaned up (in either this PR or a separate commit)

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


More information about the flang-commits mailing list