This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

Lewuathe created this revision.Jun 28 2022, 10:51 PM
Lewuathe requested review of this revision.Jun 28 2022, 10:51 PM
pifon2a accepted this revision.Jun 29 2022, 1:12 AM
This revision is now accepted and ready to land.Jun 29 2022, 1:12 AM
This revision was automatically updated to reflect the committed changes.