Go to file
Davide Italiano 20cb7e887f [LoopUnroll] Properly update loop structure in case of successful peeling.
When peeling kicks in, it updates the loop preheader.
Later, a successful full unroll of the loop needs to update a PHI
which i-th argument comes from the loop preheader, so it'd better look
at the correct block. Fixes PR33437.

Differential Revision:  https://reviews.llvm.org/D37153

llvm-svn: 311922
2017-08-28 20:29:33 +00:00
clang [OPENMP] Remove unused header files, NFC. 2017-08-28 19:26:54 +00:00
clang-tools-extra [clang-tidy] Add missing IgnoreMacros doc for modernize-use-equals-default. 2017-08-24 13:45:18 +00:00
compiler-rt [libFuzzer] Exclude a test failing on OS X. 2017-08-28 20:10:30 +00:00
debuginfo-tests
libclc amdgcn: rewrite barrier() using fence and clang __builtin_amdgcn_s_barrier 2017-08-16 17:09:00 +00:00
libcxx [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
libcxxabi Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return" 2017-08-16 22:05:54 +00:00
libunwind ARM: explicitly specify the 8-byte alignment 2017-08-23 16:50:27 +00:00
lld [MIPS] Remove unused function's argument. NFC 2017-08-28 14:40:53 +00:00
lldb Add the DWARF DWP files to the Xcode project. 2017-08-25 17:48:01 +00:00
llgo
llvm [LoopUnroll] Properly update loop structure in case of successful peeling. 2017-08-28 20:29:33 +00:00
openmp Use va_copy instead of __va_copy to fix building libomp against musl libc 2017-08-19 23:53:36 +00:00
parallel-libs
polly [IslAst] Do not compare arrays in alias check which are known to be identical 2017-08-28 20:17:02 +00:00