This is an archive of the discontinued LLVM Phabricator instance.

[mlir][complex] Canonicalization for complex.sub adding same numbers
ClosedPublic

Authored by Lewuathe on Sep 6 2022, 7:45 PM.

Details

Summary

Canonicalization for complex.sub adding same numbers. This canonicalization supports the case like complex.sub(complex.add(a, b), b) -> a.

Diff Detail

Event Timeline

Lewuathe created this revision.Sep 6 2022, 7:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2022, 7:45 PM
Lewuathe requested review of this revision.Sep 6 2022, 7:45 PM
pifon2a accepted this revision.Sep 7 2022, 5:54 AM
This revision is now accepted and ready to land.Sep 7 2022, 5:54 AM