This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect to Standard.
ClosedPublic

Authored by akuegel on Jul 21 2021, 3:45 AM.

Details

Summary

These are the last two ops that don't need to be lowered directly to LLVM.

Diff Detail

Event Timeline

akuegel created this revision.Jul 21 2021, 3:45 AM
akuegel requested review of this revision.Jul 21 2021, 3:45 AM
bondhugula added inline comments.
mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
83

BinaryComplexOpConversion?

83

A high-level comment here or below.

akuegel updated this revision to Diff 360719.Jul 22 2021, 12:42 AM

Address review comments.

akuegel marked 2 inline comments as done.Jul 22 2021, 12:43 AM

Thanks for the review :)

Alex, friendly ping?

pifon2a accepted this revision.Jul 23 2021, 2:38 AM
This revision is now accepted and ready to land.Jul 23 2021, 2:38 AM