Add basic canonicalization for consecutive complex.add and sub operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128702
[mlir][complex] Canonicalization for consecutive complex.add and sub ClosedPublic Authored by Lewuathe on Jun 27 2022, 11:53 PM.
Details Summary Add basic canonicalization for consecutive complex.add and sub operations.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2022, 2:31 AM Closed by commit rG036a6996750d: [mlir][complex] Canonicalization for consecutive complex.add and sub (authored by Lewuathe, committed by pifon2a). · Explain WhyJun 28 2022, 2:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440497 mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
mlir/test/Dialect/Complex/canonicalize.mlir
|