This is an archive of the discontinued LLVM Phabricator instance.

NFC: separate file for fp denormal regression tests
ClosedPublic

Authored by SjoerdMeijer on Sep 26 2016, 4:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer retitled this revision from to NFC: separate file for fp denormal regression tests.
SjoerdMeijer updated this object.
SjoerdMeijer added a subscriber: cfe-commits.
hfinkel accepted this revision.Oct 3 2016, 5:43 AM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

This LGTM, although I find "fast-math.c" much easier to read than "denormalfpmode.c". How about naming it "denormal-fp-math.c" to match the option name?

This revision is now accepted and ready to land.Oct 3 2016, 5:43 AM

Yes, excellent, I will rename it to denormal-fp-math.c and commit. Thanks for reviewing!

This revision was automatically updated to reflect the committed changes.