[flang] Use mlir complex dialect for supported operations
This patch lowers the complex operations supported by the MLIR complex dialect to those operations rather than libm. When the math runtime flag is set to precise, libm lowering is used instead. Differential Revision: https://reviews.llvm.org/D135882
Loading
Please sign in to comment