[PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math

Sjoerd Meijer via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 07:07:53 PDT 2016


SjoerdMeijer updated this revision to Diff 69367.
SjoerdMeijer added a comment.

Hi James,

Thanks for the review. I got rid of that new option -fexceptions-fp-math and now use -ftrapping-math for that which indeed was not passed through to CC1.

Cheers.


https://reviews.llvm.org/D23840

Files:
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/CGCall.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/denormalfpmode.c
  test/CodeGen/noexceptionsfpmath.c
  test/Driver/fast-math.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23840.69367.patch
Type: text/x-patch
Size: 7977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160826/c03ee94a/attachment-0001.bin>


More information about the cfe-commits mailing list