[PATCH] D14075: [FPEnv Core 10/14] Use Strict in IRBuilder
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 11:13:16 PST 2015
joker.eph accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: unittests/IR/IRBuilderTest.cpp:224
@@ -223,1 +223,3 @@
+TEST_F(IRBuilderTest, FPEnvFlags) {
+ IRBuilder<> Builder(BB);
----------------
Add a one-line comment like: `Test that by default the IRBuilder does not constant fold floating-point operation that breaks the FP exceptions`.
Repository:
rL LLVM
http://reviews.llvm.org/D14075
More information about the llvm-commits
mailing list