summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
AgeCommit message (Expand)Author
2025-10-22[mlir] Switch uses of deprecated .create methods to free function. NFC. (#164...Jakub Kuderski
2025-09-19[MLIR] Add new complex.powi op (#158722)Akash Banerjee
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-22[mlir][NFC] update `Conversion` create APIs (5/n) (#149887)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-02-19[MLIR][NFC] Use base alias for constructor inheritance (#127756)lorenzo chelini
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2025-02-13[mlir][complex] Add complex-range option and select complex division … (#12...s-watanabe314
2024-12-12[MLIR] Fix `ComplexToStandard` lowering of `complex::MulOp` (#119591)Benoit Jacob
2024-11-18[mlir] Fix -Wsign-compare in ComplexToStandard.cpp (NFC)Jie Fu
2024-11-17[mlir][complex] Add a numerically-stable lowering for complex.expm1. (#115082)Alexander Belyaev
2024-06-11Fix complex abs with nnan/ninf. (#95080)Johannes Reifferscheid
2024-05-17[mlir] Fix a warningKazu Hirata
2024-05-17Fix Tan inaccuracies on extreme complex inputs. (#92443)Johannes Reifferscheid
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2024-04-17[mlir][complex] Fastmath flag for complex angle (#88658)Kai Sasaki
2024-04-15Fix complex tanh overflows. (#88708)Johannes Reifferscheid
2024-04-15Fix rsqrt inaccuracies. (#88707)Johannes Reifferscheid
2024-04-15Revert "Fix rsqrt inaccuracies." (#88705)Johannes Reifferscheid
2024-04-15Fix rsqrt inaccuracies. (#88691)Johannes Reifferscheid
2024-04-14[mlir][complex] Fastmath flag support for complex.tanh (#88571)Kai Sasaki
2024-04-12Fix overflows in complex sqrt lowering. (#88480)Johannes Reifferscheid
2024-04-11Fix complex power for large inputs. (#88387)Johannes Reifferscheid
2024-04-11Fix complex abs corner cases. (#88373)Johannes Reifferscheid
2024-04-11Fix complex log1p accuracy with large abs values. (#88364)Johannes Reifferscheid
2024-04-10Revert "Fix complex log1p accuracy with large abs values." (#88290)Mehdi Amini
2024-04-10Fix complex log1p accuracy with large abs values. (#88260)Johannes Reifferscheid
2024-04-09[mlir][complex] Support fast math flag for complex.tan op (#87919)Kai Sasaki
2024-04-06[mlir][complex] Support fast math flag for complex.sign op (#87148)Kai Sasaki
2024-03-25[mlir][complex] Fastmath flag for the trigonometric ops in complex (#85563)Kai Sasaki
2024-03-14[mlir][complex] Support Fastmath flag in conversion of complex.sqrt to standa...Kai Sasaki
2024-03-06[mlir][complex] Support fast math flag in converting complex.atan2 op (#82101)Kai Sasaki
2024-02-27[mlir][complex] Support Fastmath flag in conversion of complex.div to standar...Kai Sasaki
2024-02-11[mlir][complex] Prevent underflow in complex.abs (#79786) (#81092)Kai Sasaki
2024-01-31Revert "[mlir][complex] Prevent underflow in complex.abs (#79786)"Benjamin Kramer
2024-01-31[mlir][complex] Prevent underflow in complex.abs (#79786)Kai Sasaki
2024-01-27Revert "[mlir][complex] Prevent underflow in complex.abs" (#79722)Mehdi Amini
2024-01-27[mlir][complex] Prevent underflow in complex.abs (#76316)Kai Sasaki
2024-01-09[mlir][complex] Support Fastmath flag for complex.mulf (#74554)Kai Sasaki
2023-11-01[mlir][complex] Support Fastmath flag for complex log ops (#69798)Kai Sasaki
2023-09-23[mlir][complex] Support Fastmath flag in the conversion of exp,expm1 (#67001)Kai Sasaki
2023-09-11[mlir][complex] Support fastmath in the binary op conversion. (#65702)Kai Sasaki
2023-08-29[mlir][complex] Convert complex.abs to arith with fastmath flagKai Sasaki
2023-08-29Revert "[mlir][complex] Convert complex.abs to arith with fastmath flag"Muhammad Omair Javaid
2023-08-25[mlir][complex] Convert complex.abs to arith with fastmath flagKai Sasaki
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari