Go to file
David Majnemer c6b8e20a5c InstCombine: Fix another infinite loop caused by visitFPTrunc
We would attempt to replace an frem's operand with the same operand.
This would cause InstCombine to think real work was done, causing
InstCombine to enter an infinite loop.

This fixes the second part of PR21576.

llvm-svn: 222265
2014-11-18 22:06:45 +00:00
clang [Sema] Patch to issue warning on comparing parameters with 2014-11-18 21:57:54 +00:00
clang-tools-extra [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
compiler-rt [asan] Re-enable zero_page_pc test on Android. 2014-11-18 14:28:57 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Add support for LLVM_USE_SANITIZER=Thread 2014-11-18 21:26:45 +00:00
libcxxabi Add support for LLVM_USE_SANITIZER=Thread to test suite 2014-11-18 21:28:49 +00:00
lld Update to match LLVM r222216 2014-11-18 03:06:52 +00:00
lldb Find SWIG with CMake 2014-11-18 21:46:06 +00:00
llvm InstCombine: Fix another infinite loop caused by visitFPTrunc 2014-11-18 22:06:45 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Enable SCEV based code generation by default 2014-11-16 22:50:23 +00:00