]> granicus.if.org Git - clang/commit
Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes...
authorMichael Ilseman <milseman@apple.com>
Tue, 4 Dec 2012 00:36:06 +0000 (00:36 +0000)
committerMichael Ilseman <milseman@apple.com>
Tue, 4 Dec 2012 00:36:06 +0000 (00:36 +0000)
commitcdeb7d57a4867c28e3e6a8c391cba6f13c781fa6
tree9778cc6f00cc30896218cd0d75cfcf85dc41ec12
parent9dce4b3d9d14ba2be2aad5bd7fd8d381a0263c36
Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/fast-math.c [new file with mode: 0644]
test/CodeGen/finite-math.c [new file with mode: 0644]