This is an archive of the discontinued LLVM Phabricator instance.

NFC: consistent fp denormal mode names
ClosedPublic

Authored by SjoerdMeijer on Sep 26 2016, 3:58 AM.

Details

Summary

This fixes the inconsistency of the fp denormal option names: in LLVM this was DenormalType, but in Clang this is DenormalMode which seems better.

In a follow up patch I will fix clang/lib/CodeGen/BackendUtil.cpp, where Options.FPDenormalMode is not set CreateTargetMachine.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer retitled this revision from to NFC: consistent fp denormal mode names.
SjoerdMeijer updated this object.
SjoerdMeijer added a subscriber: llvm-commits.
hfinkel accepted this revision.Oct 3 2016, 5:39 AM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Oct 3 2016, 5:39 AM
This revision was automatically updated to reflect the committed changes.