This is an archive of the discontinued LLVM Phabricator instance.

DAG: Try to custom lower when promoting float operands
ClosedPublic

Authored by arsenm on Aug 13 2018, 2:59 AM.

Details

Summary

For some reason this wasn't done for floats like integers.

Diff Detail

Event Timeline

arsenm created this revision.Aug 13 2018, 2:59 AM

What about PromoteFloatResult? Should it have this too?

What about PromoteFloatResult? Should it have this too?

Probably, though I don't currently have a case that needs it

This revision is now accepted and ready to land.Aug 14 2018, 1:03 PM
arsenm closed this revision.Aug 15 2018, 1:35 PM

r339811