This is an archive of the discontinued LLVM Phabricator instance.

Make fabs safe to speculatively execute
ClosedPublic

Authored by arsenm on Aug 11 2014, 5:39 PM.

Details

Reviewers
hfinkel

Diff Detail

Event Timeline

arsenm updated this revision to Diff 12377.Aug 11 2014, 5:39 PM
arsenm retitled this revision from to Make fabs safe to speculatively execute.
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Aug 19 2014, 4:59 PM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM. fabs() is documented to have no errors.

This revision is now accepted and ready to land.Aug 19 2014, 4:59 PM
arsenm closed this revision.Aug 29 2014, 9:11 AM

r216736