[PATCH] D24906: NFC: consistent fp denormal mode names

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 03:58:34 PDT 2016


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: rengolin, jmolloy, olista01.
SjoerdMeijer added a subscriber: llvm-commits.

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.

https://reviews.llvm.org/D24906

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/Target/TargetOptions.h
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/TargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24906.72456.patch
Type: text/x-patch
Size: 4479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160926/196fbab4/attachment.bin>


More information about the llvm-commits mailing list