This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add conversion from complex to standard dialect for EqualOp.
ClosedPublic

Authored by akuegel on May 20 2021, 5:01 AM.

Details

Summary

This adds the straightforward conversion for EqualOp
(two complex numbers are equal if both the real and the imaginary part are equal).

Diff Detail

Event Timeline

akuegel created this revision.May 20 2021, 5:01 AM
akuegel requested review of this revision.May 20 2021, 5:01 AM
pifon2a accepted this revision.May 20 2021, 5:24 AM
This revision is now accepted and ready to land.May 20 2021, 5:24 AM
This revision was landed with ongoing or failed builds.May 20 2021, 5:26 AM
This revision was automatically updated to reflect the committed changes.