[Mlir-commits] [mlir] [mlir][math] Add conversions for acosh, asinh, atanh (PR #90718)

Prashant Kumar llvmlistbot at llvm.org
Fri May 3 20:54:39 PDT 2024


================
@@ -615,3 +678,22 @@ void mlir::populateExpandFloorFPattern(RewritePatternSet &patterns) {
 void mlir::populateExpandRoundEvenPattern(RewritePatternSet &patterns) {
   patterns.add(convertRoundEvenOp);
 }
+
+void mlir::populateMathExpandPatterns(RewritePatternSet &patterns) {
----------------
pashu123 wrote:

I don't think we need this for the reasons mentioned above.

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


More information about the Mlir-commits mailing list