This is an archive of the discontinued LLVM Phabricator instance.

[APInt] Use MathExtras.h BitsToFloat/Double and Float/DoubleToBits instead of type punning through a union
ClosedPublic

Authored by craig.topper on May 11 2017, 11:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.May 11 2017, 11:33 PM
RKSimon accepted this revision.May 12 2017, 3:29 AM

LGTM

This revision is now accepted and ready to land.May 12 2017, 3:29 AM
This revision was automatically updated to reflect the committed changes.