Consecutive complex.neg are redundant so that we can canonicalize them to the original operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128781
[mlir][complex] Canonicalization for consecutive complex.neg ClosedPublic Authored by Lewuathe on Jun 28 2022, 10:51 PM.
Details Summary Consecutive complex.neg are redundant so that we can canonicalize them to the original operands.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 29 2022, 1:12 AM Closed by commit rG01807095902d: [mlir][complex] Canonicalization for consecutive complex.neg (authored by Lewuathe, committed by pifon2a). · Explain WhyJun 29 2022, 2:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440861 mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
mlir/test/Dialect/Complex/canonicalize.mlir
|