This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Use default rounding mode when extending fconstant
ClosedPublic

Authored by arsenm on Feb 11 2019, 3:42 PM.

Details

Summary

I don't think this matters since the values should all be exactly representable.

Diff Detail

Event Timeline

arsenm created this revision.Feb 11 2019, 3:42 PM

I don't think this matters since the values should all be exactly representable.

We could probably assert LosesInfo being false in here.

arsenm updated this revision to Diff 186364.Feb 11 2019, 4:26 PM

Add assert

rtereshin accepted this revision.Feb 11 2019, 4:40 PM
This revision is now accepted and ready to land.Feb 11 2019, 4:40 PM
arsenm closed this revision.Feb 12 2019, 6:54 AM

r353844