aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-01-23 07:07:20 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-01-23 07:07:20 +0000
commit5059813c2d5edc64e6d3427a5fd0625b853e1b35 (patch)
treefc038a669da9003309d44b3e7f774ab599c63e89 /clang/lib/Frontend/CompilerInvocation.cpp
parent2d4e4ff77e31f41c19b5d2f28dc23f8aa2a951a8 (diff)
downloadllvm-5059813c2d5edc64e6d3427a5fd0625b853e1b35.zip
llvm-5059813c2d5edc64e6d3427a5fd0625b853e1b35.tar.gz
llvm-5059813c2d5edc64e6d3427a5fd0625b853e1b35.tar.bz2
DAGCombine: always constant fold FMA when target disable FP exceptions
Summary: When trying to constant fold an FMA in the DAG, getNode() fails to fold the FMA if an operand is not finite. In this case this patch allows the constant folding if !TLI->hasFloatingPointExceptions() Reviewers: resistor Reviewed By: resistor Subscribers: hfinkel, llvm-commits Differential Revision: http://reviews.llvm.org/D6912 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 226901
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions