[PATCH] D46236: [Driver, CodeGen] rename options to disable an FP cast optimization
Sanjay Patel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 29 09:27:01 PDT 2018
spatel updated this revision to Diff 144487.
spatel marked 6 inline comments as done.
spatel added a comment.
Patch updated:
1. Improved language in docs.
2. Added help text for clang options.
3. Added driver test with -fstrict-float-cast-overflow specified explicitly.
I'll leave this up for further review in case there are other suggestions.
https://reviews.llvm.org/D46236
Files:
docs/ReleaseNotes.rst
docs/UsersManual.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGCall.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/no-junk-ftrunc.c
test/Driver/fast-math.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46236.144487.patch
Type: text/x-patch
Size: 9992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180429/ddebd7d5/attachment-0001.bin>
More information about the cfe-commits
mailing list