This is an archive of the discontinued LLVM Phabricator instance.

[mlir][complex] Canonicalize re/im(neg(create))
ClosedPublic

Authored by antiagainst on May 28 2023, 9:30 AM.

Details

Summary

When can just convert this to arith.negf.

Diff Detail

Event Timeline

antiagainst created this revision.May 28 2023, 9:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2023, 9:30 AM
antiagainst requested review of this revision.May 28 2023, 9:30 AM
kuhar accepted this revision.May 29 2023, 7:19 AM

LGTM.

This revision is now accepted and ready to land.May 29 2023, 7:19 AM
This revision was automatically updated to reflect the committed changes.