summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/MathToLLVM
AgeCommit message (Expand)Author
2025-09-30[MLIR] Add sincos op to math dialect (#160772)Asher Mancinelli
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer
2025-06-02[mlir][math] Fix intrinsic conversions to LLVM for 0D-vector types (#141020)Artem Gindinson
2025-05-27[mlir][math] Add missing trig math-to-llvm conversion patterns (#141069)Asher Mancinelli
2025-02-20[MLIR][Math] Add lowering for isnan and isfinite (#128125)William Moses
2025-02-05[mlir] Add math to LLVM lowering support for missing trigonometric & hyperbol...Paul Carabas
2024-02-23[mlir][math] Propagate scalability in `convert-math-to-llvm` (#82635)Benjamin Maxwell
2023-08-11[mlir][Conversion] Implement ConvertToLLVMPatternInterface for FuncDialectMatthias Springer
2023-08-09[mlir][Conversion] Implement ConvertToLLVMPatternInterface (2)Matthias Springer
2023-06-12[mlir][llvm] Ensure immediate usage in intrinsicsChristian Ulmann
2022-12-14[mlir][math] Added math::FPowI conversion to LLVM dialect.Slava Zakharin
2022-11-04[mlir][math] Initial support for fastmath flag attributes for Math dialect.Slava Zakharin
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-11-02[mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.Slava Zakharin
2022-09-09[mlir][Math] Add TruncOp.jacquesguan
2022-08-25[mlir] Add math.roundeven and llvm.intr.roundevenTres Popp
2022-08-12[mlir][math] Fix lowering of AbsIOpJeff Niu
2022-08-08[mlir][math] Add `math.absi` opJeff Niu
2022-06-08[MLIR][Math] Add round operationlorenzo chelini
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-08[mlir] Update FuncOp conversion passes to Pass/InterfacePass<FunctionOpInterf...River Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2021-12-08[mlir] Added ctlz and cttz to math dialect and LLVM dialectRob Suderman
2021-12-06[mlir] Add CtPop to MathOps with lowering to LLVMRob Suderman
2021-07-12[mlir] factor math-to-llvm out of standard-to-llvmAlex Zinenko
2021-05-31[mlir][NFC] Rename MathToLLVM->MathToLibmTres Popp
2021-05-25[Canonicalize] Switch the default setting to "top down".Chris Lattner
2021-04-20[mlir] Add patterns to lower Math operations to LLVM based libm calls.Tres Popp