[PATCH] D12051: Allow PHI nodes in the exit block of regions

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 10:26:32 PDT 2015


jdoerfert updated this revision to Diff 33822.
jdoerfert added a comment.

Rebased __and__ working version


http://reviews.llvm.org/D12051

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/ScopDetection.h
  include/polly/ScopInfo.h
  include/polly/TempScopInfo.h
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopInfo.cpp
  lib/Analysis/TempScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_1.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_2.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_3.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_4.ll
  test/Isl/CodeGen/phi_in_exit_early_lnt_failure_5.ll
  test/Isl/CodeGen/phi_with_multi_exiting_edges_2.ll
  test/Isl/CodeGen/phi_with_one_exit_edge.ll
  test/ScopDetect/keep_going_expansion.ll
  test/ScopDetect/multidim_indirect_access.ll
  test/ScopDetect/non-affine-loop-condition-dependent-access_2.ll
  test/ScopDetect/non-affine-loop-condition-dependent-access_3.ll
  test/ScopDetect/phi_with_multi_exiting_edges.ll
  test/ScopDetect/simple_non_single_entry.ll
  test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_2.ll
  test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12051.33822.patch
Type: text/x-patch
Size: 51162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/f3833ca1/attachment-0001.bin>


More information about the llvm-commits mailing list