summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Complex
AgeCommit message (Expand)Author
2025-09-19[MLIR] Add new complex.powi op (#158722)Akash Banerjee
2024-03-26[mlir][complex] Canonicalize complex.div by one (#85513)Kai Sasaki
2023-12-07[mlir][complex] Allow integer element types in `complex.constant` ops (#74564)Matthias Springer
2023-12-05[mlir][Complex] Fix bug in `MergeComplexBitcast` (#74271)Matthias Springer
2023-07-06[mlir][complex] Add a `complex.bitcast` operationRob Suderman
2023-06-28[mlir][complex] Canonicalize complex.mul with 1 and 0Kai Sasaki
2023-05-29[mlir][complex] Canonicalize re/im(neg(create))Lei Zhang
2023-01-04[mlir] Add `test-convergence` option to Canonicalizer testsMatthias Springer
2022-11-09[mlir][complex] Canonicalize complex.sub zeroKai Sasaki
2022-09-07[mlir][complex] Canonicalization for complex.sub adding same numbersKai Sasaki
2022-07-29[mlir][complex] Canonicalize complex.add zerolewuathe
2022-07-29[mlir][complex] Canonicalize consecutive complex.conjlewuathe
2022-07-28[mlir][Complex] Change complex.number attribute type to ComplexType.Adrian Kuegel
2022-07-27[mlir][complex] Custom attribute comlex.number.lewuathe
2022-07-03[mlir][complex] Inverse canonicalization between exp and loglewuathe
2022-06-29[mlir][complex] Canonicalization for consecutive complex.neglewuathe
2022-06-28[mlir][complex] Canonicalization for consecutive complex.add and sublewuathe
2022-06-02[mlir][complex] Sanity check for tan operation in complex dialectlewuathe
2022-05-25[mlir] Add `complex.atan2` operation.Alexander Belyaev
2022-05-23[mlir] Add Expm1 tp ComplexOps.td.Alexander Belyaev
2022-05-23[mlir] Add RSqrt tp ComplexOps.td.Alexander Belyaev
2022-05-03[mlir] Add sin & cos ops to complex dialectGoran Flegar
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Bufferizati...River Riddle
2022-01-26[mlir] Move the complex support of std.constant to a new complex.constant ope...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-07Add Log1pOp to complex dialect.Adrian Kuegel
2021-07-02Add LogOp to Complex dialect.Adrian Kuegel
2021-05-26[mlir] Fold complex.create(complex.re(op), complex.im(op))Adrian Kuegel
2021-05-26[mlir] Fold complex.re(complex.create) and complex.im(complex.create)Adrian Kuegel
2021-05-20[mlir] Add EqualOp and NotEqualOp to complex dialect.Adrian Kuegel
2021-05-18[mlir] Add folder for complex.ReOp and complex.ImOp.Adrian Kuegel
2021-05-17Revert "[mlir] Add folder for complex.ReOp and complex.ImOp."Adrian Kuegel
2021-05-17[mlir] Add folder for complex.ReOp and complex.ImOp.Adrian Kuegel
2021-01-19[mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.Alexander Belyaev
2021-01-15[mlir] Add Complex dialect.Alexander Belyaev