[PATCH] D62731: Add support for options -frounding-math, ftrapping-math, -fp-model=, and -fp-exception-behavior=, : Specify floating point behavior
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 1 13:54:54 PDT 2019
rjmccall added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:137
+ llvm_unreachable("Unsupported FP Exception Behavior");
+}
+
----------------
Sorry for dragging this out, but is there a reason these need to be member functions on `CodeGenFunction` rather than just `static` functions in this file?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62731/new/
https://reviews.llvm.org/D62731
More information about the cfe-commits
mailing list