summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/MathToLibm
AgeCommit message (Expand)Author
2025-08-19[mlir][Vector] add vector.insert canonicalization pattern to convert a chain ...Yang Bai
2024-08-21[MLIR][MathDialect] fix fp32 promotion crash when encounters scf.if (#104451)Ivy Zhang
2024-04-09[mlir] Add missing libm member operations to MathToLibm (#87981)Corentin Ferry
2024-01-10[mlir][math] Add math.acosh|asin|asinh|atanh op (#77463)Vivek Khandelwal
2023-12-15[mlir][math] Added `math.sinh` with expansions to `math.exp` (#75517)Rob Suderman
2023-12-13Add cosh op to the math dialect. (#75153)Sungsoon Cho
2023-12-08Implement acos operator in MLIR Math Dialect (#74584)Frederik Harwath
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes
2023-01-10Fix math.cbrt with vector and f16 arguments.Johannes Reifferscheid
2023-01-03Add a math.cbrt instruction and lowering to libm.Johannes Reifferscheid
2022-09-09[mlir][Math] Add TruncOp.jacquesguan
2022-08-29[mlir][math] Set llvm readnone attribute for libm functions.Slava Zakharin
2022-08-25[mlir] Add math.roundeven and llvm.intr.roundevenTres Popp
2022-08-24[mlir][math] Lower math.floor,ceil to libmKai Sasaki
2022-08-16Don't lower log1p(x) to log(1 + x).Johannes Reifferscheid
2022-07-15[mlir][math] Added math::tan operation.Slava Zakharin
2022-06-23[mlir][math] Lower atan to libmSlava Zakharin
2022-06-22[mlir][math] Support vector type by erf and round libm loweringlewuathe
2022-06-21[mlir][math] Lower cos,sin to libmlewuathe
2022-06-08[MLIR][Math] Add round operationlorenzo chelini
2022-05-09[mlir][math] Promote (b)f16 to f32 when lowering to libm callsBenjamin Kramer
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2021-11-16[mlir] Support multi-dimensional vectors in MathToLibm conversion.Adrian Kuegel
2021-10-25[MLIR][Math] Add erf to math dialectBoian Petkantchin
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-05-31[mlir][NFC] Rename MathToLLVM->MathToLibmTres Popp