[PATCH] D24070: Setting fp trapping mode and denormal type

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 02:57:47 PDT 2016


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: jmolloy, rengolin, t.p.northover, echristo.
SjoerdMeijer added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

Clang patch D23840 introduced ways to set the FP exceptions and denormal types. This is the LLVM counterpart and it adds options that map onto FP exceptions and denormal build attributes allowing better fp math library selections.

https://reviews.llvm.org/D24070

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/Target/TargetOptions.h
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/TargetMachine.cpp
  test/CodeGen/ARM/build-attributes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24070.69820.patch
Type: text/x-patch
Size: 10491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/449a481a/attachment.bin>


More information about the llvm-commits mailing list