[PATCH] D12499: Replace ScalarEvolution based domain generation

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 15:41:27 PDT 2015


jdoerfert updated this revision to Diff 34374.
jdoerfert marked 7 inline comments as done.
jdoerfert added a comment.

Addressed comments by Michael


http://reviews.llvm.org/D12499

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/Support/SCEVValidator.cpp
  test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-3.ll
  test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
  test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
  test/Isl/CodeGen/if-conditions-in-vector-code.ll
  test/Isl/CodeGen/inner_scev_sdiv_in_rtc.ll
  test/Isl/CodeGen/phi_scalar_simple_1.ll
  test/Isl/CodeGen/srem-in-other-bb.ll
  test/Isl/CodeGen/two-scops-in-row.ll
  test/ScopInfo/NonAffine/div_backedge.ll
  test/ScopInfo/NonAffine/div_domain.ll
  test/ScopInfo/NonAffine/modulo_backedge.ll
  test/ScopInfo/NonAffine/modulo_domain.ll
  test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_2.ll
  test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_3.ll
  test/ScopInfo/NonAffine/non_affine_but_srem.ll
  test/ScopInfo/isl_trip_count_01.ll
  test/ScopInfo/loop_affine_bound_0.ll
  test/ScopInfo/loop_affine_bound_1.ll
  test/ScopInfo/loop_affine_bound_2.ll
  test/ScopInfo/multidim_srem.ll
  test/ScopInfo/non_affine_region_1.ll
  test/ScopInfo/pointer-type-expressions.ll
  test/ScopInfo/reduction_alternating_base.ll
  test/ScopInfo/redundant_parameter_constraint.ll
  test/ScopInfo/two-loops-right-after-each-other.ll
  test/ScopInfo/unsigned-condition.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12499.34374.patch
Type: text/x-patch
Size: 52625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150909/7daf5b44/attachment.bin>


More information about the llvm-commits mailing list