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

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Wed Feb 5 11:59:55 PST 2025


vzakhari wrote:

It should be okay to convert `math` operations to LLVM dialect intrinsics. As long as `math` dialect does not model/care about `errno`, the LLVM dialect intrinsics are suitable.

The build failure that you refer to, is it about the actual compiler build or about flang LIT tests?

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


More information about the flang-commits mailing list