[PATCH] D13611: [Polly] Create virtual independent blocks

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 15:56:03 PST 2016


jdoerfert updated this revision to Diff 48642.
jdoerfert marked 6 inline comments as done.
jdoerfert added a comment.

Updated according to Hongbin's comments. Unified all non-trivial operands.


http://reviews.llvm.org/D13611

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  test/Isl/CodeGen/OpenMP/invariant_base_pointer_preloaded_different_bb.ll
  test/Isl/CodeGen/eliminate-multiple-scalar-fp-reads.ll
  test/Isl/CodeGen/eliminate-multiple-scalar-reads.ll
  test/Isl/CodeGen/eliminate-scalars-with-outside-load.ll
  test/Isl/CodeGen/srem-in-other-bb.ll
  test/ScopInfo/eliminate-scalar-caused-by-load-reduction-2.ll
  test/ScopInfo/eliminate-scalar-caused-by-load-reduction.ll
  test/ScopInfo/inter_bb_scalar_dep.ll
  test/ScopInfo/intra_and_inter_bb_scalar_dep.ll
  test/ScopInfo/invariant-loads-leave-read-only-statements.ll
  test/ScopInfo/multidim_fortran_srem.ll
  test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
  test/ScopInfo/scalar_dependence_cond_br.ll
  test/ScopInfo/schedule-const-post-dominator-walk.ll
  test/ScopInfo/tempscop-printing.ll
  test/ScopInfo/unneeded_scalar_dependences-1.ll
  test/ScopInfo/unneeded_scalar_dependences-2.ll
  test/ScopInfo/unneeded_scalar_dependences-3.ll
  test/ScopInfo/unneeded_scalar_dependences-4.ll
  test/ScopInfo/unneeded_scalar_dependences-5.ll
  test/ScopInfo/unneeded_scalar_dependences-6.ll
  test/ScopInfo/unneeded_scalar_dependences-7.ll
  test/ScopInfo/unneeded_scalar_dependences-8.ll
  test/ScopInfo/unneeded_scalar_dependences-9.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13611.48642.patch
Type: text/x-patch
Size: 73565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160221/2e71b07e/attachment.bin>


More information about the llvm-commits mailing list