summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Math
AgeCommit message (Expand)Author
2025-09-02[mlir][math] Add `clampf` and clean math `ExpandOps` API (#151153)Fabian Mora
2025-01-24[mlir] [math] Fix the precision issue of expand math (#120865)donald chen
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-05-13[mlir][math] lower rsqrt to sqrt + fdiv (#91344)Corentin Ferry
2024-05-07[mlir][math] Add expand patterns for acosh, asinh, atanh (#90718)jinchen
2024-04-01[mlir][math] Expand powfI operation for constant power operand. (#87081)Prashant Kumar
2023-12-15[mlir][math] Added `math.sinh` with expansions to `math.exp` (#75517)Rob Suderman
2023-04-22Revert "Revert "Fix handling of special and large vals in expand pattern for ...Ramiro Leal-Cavazos
2023-04-21Revert "Fix handling of special and large vals in expand pattern for `round`"...Mehdi Amini
2023-04-20Add pattern that expands `math.roundeven` into `math.round` + arithRamiro Leal-Cavazos
2023-04-14[mlir][math] Expand math.powf to exp, log and multiplyBalaji V. Iyer
2023-04-13[mlir][math] Expand math.round to truncate, compare and increment.Balaji V. Iyer
2023-04-13[mlir][math] Expand math.exp2 to use math.exp.Balaji V. Iyer
2023-04-11[mlir][math] Expand math.ceilf to truncate, compares and incrementsBalaji V. Iyer
2023-04-10[mlir][math] Expand math.floorf to truncate, compares and incrementsBalaji V. Iyer
2023-04-07[mlir][math]Expand Fused math.fmaf to a multiply-addBalaji V. Iyer
2023-04-06[mlir][math] Update math arith expansions for vectorizationRobert Suderman
2023-03-01[mlir][math] Math expansion for math.tanRobert Suderman
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-01[mlir][math] Add math.ctlz expansion to control flow + arith operationsRob Suderman
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2022-01-02Apply clang-tidy fixes for bugprone-copy-constructor-init to MLIR (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-23[mlir] Add polynomial approximation for vectorized math::RsqrtEmilio Cota
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-08-13[mlir] Remove unused header include.Adrian Kuegel
2021-08-12[mlir] Drop LLVM dialect from TestPolynomialApproximationBenjamin Kramer
2021-08-11Add missing cmake dep to fix MLIR build with BUILD_SHARED_LIBS=ON (NFC)Mehdi Amini
2021-07-27[mlir] Math: add algebraic simplification patterns to math transformsEugene Zhulenev
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-05-14[mlir][NFC] Move passes in test/lib/Transforms/ to a directory that mirrors w...River Riddle