[PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 12:09:11 PST 2015
joker.eph added inline comments.
================
Comment at: lib/Bitcode/Reader/BitcodeReader.cpp:4152
@@ -4125,1 +4151,3 @@
+ FMF.setNoRounding();
+ I->setFastMathFlags(FMF);
}
----------------
Could we avoid the code duplication by not doing it an else block here?
Repository:
rL LLVM
http://reviews.llvm.org/D14067
More information about the llvm-commits
mailing list