This is an archive of the discontinued LLVM Phabricator instance.

Add MulOp lowering from Complex dialect to Standard/Math dialect.
ClosedPublic

Authored by akuegel on Jul 1 2021, 1:49 AM.

Details

Summary

The lowering handles special cases with NaN or infinity like C++.

Diff Detail

Event Timeline

akuegel created this revision.Jul 1 2021, 1:49 AM
akuegel requested review of this revision.Jul 1 2021, 1:49 AM
pifon2a accepted this revision.Jul 5 2021, 3:11 AM
pifon2a added inline comments.
mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
562

nit: sort?

This revision is now accepted and ready to land.Jul 5 2021, 3:11 AM
akuegel marked an inline comment as done.Jul 5 2021, 3:22 AM

Thanks for the review :)