[PATCH] D62731: [RFC] Add support for options -fp-model= and -fp-speculation= : specify floating point behavior
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 14:32:41 PDT 2019
mibintc updated this revision to Diff 214003.
mibintc edited the summary of this revision.
mibintc added a comment.
Compared to the 2nd revision, this patch moves all the changes into clang, removing the FPState file.
In the summary, I've copied information from Microsoft about the fp-model options into the differential Summary, as requested by Kevin, to create a legacy for future maintainers in case that information disappears from msdn.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62731/new/
https://reviews.llvm.org/D62731
Files:
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/fpconstrained.c
clang/test/Driver/clang_f_opts.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62731.214003.patch
Type: text/x-patch
Size: 17909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190807/faa766c4/attachment.bin>
More information about the cfe-commits
mailing list