This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add folder for complex.ReOp and complex.ImOp.
ClosedPublic

Authored by akuegel on May 17 2021, 4:21 AM.

Details

Summary

Now that complex constants are supported, we can also fold.

Diff Detail

Event Timeline

akuegel created this revision.May 17 2021, 4:21 AM
akuegel requested review of this revision.May 17 2021, 4:21 AM
pifon2a accepted this revision.May 17 2021, 4:33 AM
This revision is now accepted and ready to land.May 17 2021, 4:33 AM
This revision was landed with ongoing or failed builds.May 17 2021, 4:36 AM
This revision was automatically updated to reflect the committed changes.

Sorry, I was careless and didn't test the other tests apart from the ones I added in this patch.
I reverted this patch, and will look into why some other tests are failing.