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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 10:11:58 PDT 2015


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

Rebase to r250809; smaller changes to make the DeLICM patch smaller


http://reviews.llvm.org/D13762

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  test/DependenceInfo/different_schedule_dimensions.ll
  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/ScopInfo/NonAffine/non_affine_loop_used_later.ll
  test/ScopInfo/intra-non-affine-stmt-phi-node.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/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/read-only-scalar-used-in-phi.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.38025.patch
Type: text/x-patch
Size: 48874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151021/0d99a57e/attachment-0001.bin>


More information about the llvm-commits mailing list