[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
Wed Nov 25 09:38:29 PST 2015
joker.eph added a comment.
We don't provide any guarantee for .ll compatibility across version of llvm (best effort).
So it is only when reading a .bc that does not contain the flags that you need to set the default value correctly.
Repository:
rL LLVM
http://reviews.llvm.org/D14067
More information about the llvm-commits
mailing list