[PATCH] D13762: [Polly] Ensure unique implicit reads/writes at beginning/end of ScopStmts

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 15:14:09 PST 2015


Meinersbur updated this revision to Diff 41275.
Meinersbur added a comment.

Rebase to r254150


http://reviews.llvm.org/D13762

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  lib/Support/ScopHelper.cpp
  test/Isl/CodeGen/non-affine-phi-node-expansion-2.ll
  test/Isl/CodeGen/non-affine-phi-node-expansion-3.ll
  test/Isl/CodeGen/non-affine-phi-node-expansion-4.ll
  test/Isl/CodeGen/non-affine-region-exit-phi-incoming-synthesize.ll
  test/Isl/CodeGen/out-of-scop-phi-node-use.ll
  test/Isl/CodeGen/phi-defined-before-scop.ll
  test/Isl/CodeGen/pr25241.ll
  test/Isl/CodeGen/uninitialized_scalar_memory.ll
  test/ScopInfo/NonAffine/non_affine_loop_used_later.ll
  test/ScopInfo/intra-non-affine-stmt-phi-node.ll
  test/ScopInfo/invariant-loads-leave-read-only-statements.ll
  test/ScopInfo/many-scalar-dependences.ll
  test/ScopInfo/non_affine_region_2.ll
  test/ScopInfo/non_affine_region_3.ll
  test/ScopInfo/non_affine_region_4.ll
  test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
  test/ScopInfo/phi_condition_modeling_2.ll
  test/ScopInfo/phi_loop_carried_float.ll
  test/ScopInfo/phi_scalar_simple_1.ll
  test/ScopInfo/phi_scalar_simple_2.ll
  test/ScopInfo/pointer-used-as-base-pointer-and-scalar-read.ll
  test/ScopInfo/read-only-scalar-used-in-phi.ll
  test/ScopInfo/same-base-address-scalar-and-array.ll
  test/ScopInfo/scalar.ll
  test/ScopInfo/scalar_dependence_cond_br.ll
  test/ScopInfo/tempscop-printing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13762.41275.patch
Type: text/x-patch
Size: 70802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151126/1340ce8a/attachment.bin>


More information about the llvm-commits mailing list