[PATCH] D46135: [Driver, CodeGen] add options to enable/disable an FP cast optimization
Sanjay Patel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 26 15:40:08 PDT 2018
spatel updated this revision to Diff 144226.
spatel added a comment.
Patch upated:
1. Restore the 'no' option to allow toggling.
2. Add a RUN to the codegen test to show that the function attribute is not appended by default.
https://reviews.llvm.org/D46135
Files:
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: D46135.144226.patch
Type: text/x-patch
Size: 6638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180426/7595ce01/attachment-0001.bin>
More information about the cfe-commits
mailing list