summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Math
AgeCommit message (Expand)Author
2025-10-10[MLIR][Vector] Remove vector.splat (#162167)James Newling
2025-10-01[MLIR] Add sincos fusion pass (#161413)Asher Mancinelli
2025-09-30[MLIR] Add sincos op to math dialect (#160772)Asher Mancinelli
2025-09-02[mlir][math] Add `clampf` and clean math `ExpandOps` API (#151153)Fabian Mora
2025-04-15[mlir][math] powi with negative exponent should invert at the end (#135735)Asher Mancinelli
2025-02-28[mlir][math] Rsqrt math expand pass expects static shaped operand (#129006)Kai Sasaki
2025-02-26[mlir][math] expand-math pass assumes the static shaped type (#128299)Kai Sasaki
2025-02-20[MLIR][Math] Add floating point value folders (#127947)William Moses
2025-02-18[MLIR][Math] Add erfc to math dialect (#126439)Jan Leyonberg
2025-02-16[mlir] add some FP classification ops and their lowering to libdevice (#127322)Oleksandr "Alex" Zinenko
2025-02-14[MLIR] Lower `math.powf(x, 3.0)` to `x * x * x`. (#127256)Benoit Jacob
2025-02-13[mlir][math] `powf(a, b)` drop support when a < 0 (#126338)Hyunsung Lee
2025-02-06Revert "[mlir][math]Update `convertPowfOp` `ExpandPatterns.cpp`" (#126063)Han-Chung Wang
2025-01-28[mlir][math]Update `convertPowfOp` `ExpandPatterns.cpp` (#124402)Hyunsung Lee
2025-01-24[mlir] [math] Fix the precision issue of expand math (#120865)donald chen
2024-12-09[mlir][math] Fix `math.powf` expansion case for `pow(x, 0)` (#119015)Christopher Bate
2024-11-05[mlir][Math] Fix 0-rank support for PolynomialApproximation (#114826)Kunwar Grover
2024-09-27 [mlir] Refactor LegalizeToF32 to specify extra supported float types and tar...Daniel Hernandez-Juarez
2024-08-21[MLIR][MathDialect] fix fp32 promotion crash when encounters scf.if (#104451)Ivy Zhang
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy
2024-05-13[mlir][math] lower rsqrt to sqrt + fdiv (#91344)Corentin Ferry
2024-04-03[mlir][math] Convert math.fpowi to math.powf in case of non constant (#87472)Prashant Kumar
2024-04-01[mlir][math] Expand powfI operation for constant power operand. (#87081)Prashant Kumar
2024-03-17[mlir][math] Reland 58ef9bec071383744fb703ff08df9806f25e4095 (#85436)srcarroll
2024-03-15[mlir][math] Propagate scalability in polynomial approximation (#84949)Benjamin Maxwell
2024-03-15Revert "[mlir][math] Implement alternative decomposition for tanh (#8… (#85...srcarroll
2024-03-14[mlir][math] Implement alternative decomposition for tanh (#85025)srcarroll
2024-01-18[mlir][Math] Add pass to legalize math functions to f32-or-higher (#78361)Krzysztof Drewniak
2024-01-05[mlir][Transforms] `GreedyPatternRewriteDriver`: Do not CSE constants during ...Matthias Springer
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes
2023-09-07[mlir][ub] Add poison support to CommonFolders.hIvan Butygin
2023-08-25[mlir][math] Modify math.powf to handle negative bases.Balaji V. Iyer
2023-08-24[MLIR][Math] Add support for f64 in the expansion of math.roundevenAlexander Shaposhnikov
2023-08-18Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov
2023-08-18[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov
2023-08-17Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov
2023-08-17[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov
2023-06-23[mlir][math] Improved math.atan approximationRobert Suderman
2023-06-23[mlir][math] Modified the 'math.exp' lowering for higher precisionRobert Suderman
2023-06-18[mlir][math] Uplift from arith to math.fmaIvan Butygin
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-20Fix handling of special and large vals in expand pattern for `round`Ramiro 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-11[mlir] rename Math/dependent-dialect.mlir to depends-on-arith.mlirAlex Zinenko
2023-04-11[mlir] make Math dialect depend on Arith dialectAlex Zinenko