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

Paul Carabas via flang-commits flang-commits at lists.llvm.org
Wed Feb 5 14:13:18 PST 2025


PaulCarabas wrote:

> > > The build failure that you refer to, is it about the actual compiler build or about flang LIT tests?
> 
> > 
> 
> > I think this was LIT tests failures.
> 
> 
> 
> Thanks, Valentin! I suppose `Intrinsics/math-codegen.fir` would fail either way (whether this conversion generates calls or `llvm.intr` operations), so it should just be fixed accordingly.

Yes, it was just the LIT test which was failing (`Intrinsics/math-codegen.fir`). The actual failure can be seen [here](https://buildkite.com/llvm-project/github-pull-requests/builds/143735#0194d567-7e0b-4e29-a920-b2b2c50bfedc).

Thanks all for your input! The PR checks are fully green now - can anybody help with the merge, please?

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


More information about the flang-commits mailing list