Go to file
Johannes Doerfert 717b866798 Allow PHI nodes in the region exit block
While we do not need to model PHI nodes in the region exit (as it is not part
  of the SCoP), we need to prepare for the case that the exit block is split in
  code generation to create a single exiting block. If this will happen, hence
  if the region did not have a single exiting block before, we will model the
  operands of the PHI nodes as escaping scalars in the SCoP.

Differential Revision: http://reviews.llvm.org/D12051

llvm-svn: 247078
2015-09-08 21:44:27 +00:00
clang Collect SEH captures in a set instead of a vector to avoid 2015-09-08 21:15:22 +00:00
clang-tools-extra
compiler-rt [asan] Disable ThreadSelfTest on Android. 2015-09-08 19:32:37 +00:00
debuginfo-tests
libclc
libcxx
libcxxabi
libunwind
lld Revert "[lld][elf2] Fix hard coded entry address." 2015-09-08 21:32:44 +00:00
lldb
llgo
llvm [libFuzzer]Add a test for defeating a hash sum. 2015-09-08 21:22:52 +00:00
openmp
polly Allow PHI nodes in the region exit block 2015-09-08 21:44:27 +00:00