This is an archive of the discontinued LLVM Phabricator instance.

[mlir][complex] Inverse canonicalization between exp and log
ClosedPublic

Authored by Lewuathe on Jun 30 2022, 11:10 PM.

Details

Summary

We can canonicalize consecutive complex.exp and complex.log which are inverse functions each other.

Diff Detail

Event Timeline

Lewuathe created this revision.Jun 30 2022, 11:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 11:10 PM
Lewuathe requested review of this revision.Jun 30 2022, 11:10 PM
bixia accepted this revision.Jul 1 2022, 1:20 PM

Nice!

This revision is now accepted and ready to land.Jul 1 2022, 1:20 PM