summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/MathToFuncs
AgeCommit message (Expand)Author
2025-07-30[MLIR] Migrate some conversion passes and dialects to LDBG() macro (NFC) (#15...Mehdi Amini
2025-07-25[mlir][NFC] update `mlir/lib` create APIs (35/n) (#150708)Maksim Levental
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-22[mlir][NFC] update `Conversion` create APIs (6/n) (#149888)Maksim Levental
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2024-10-28[mlir][MathToFuncs] `MathToFuncs` only support integer type (#113693)Longsheng Mou
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-16[mlir][math] Properly disable ctlz conversion in MathToFuncs.Slava Zakharin
2023-04-10Add support for math.ctlz in convert-math-to-funcsJeremy Kun
2023-03-14[mlir][DialectUtils] Cleanup IndexingUtils and provide more affine variants w...Nicolas Vasilache
2022-12-13[mlir][math] Added math::FPowI conversion to calls of outlined implementations.Slava Zakharin
2022-11-22[NFC][mlir] VectorUtils / IndexingUtils simplifications and cleanupsNicolas Vasilache
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
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-25[mlir][math] Added math::IPowI conversion to calls of outlined implementations.Slava Zakharin