summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Math/expand-math.mlir
AgeCommit message (Expand)Author
2025-09-02[mlir][math] Add `clampf` and clean math `ExpandOps` API (#151153)Fabian Mora
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-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-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-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-05[mlir][Transforms] `GreedyPatternRewriteDriver`: Do not CSE constants during ...Matthias Springer
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-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-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
2023-01-13[mlir] GreedyPatternRewriter: Add ancestors to worklistMatthias Springer
2022-06-01[mlir][math] Add math.ctlz expansion to control flow + arith operationsRob Suderman