[PATCH] D17247: [Polly] Track assumptions and restrictions separately

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


jdoerfert updated this revision to Diff 48631.
jdoerfert marked 12 inline comments as done.
jdoerfert added a comment.

Update according to the comments


http://reviews.llvm.org/D17247

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IslAst.cpp
  test/Isl/Ast/alias_simple_1.ll
  test/Isl/Ast/alias_simple_2.ll
  test/Isl/Ast/alias_simple_3.ll
  test/Isl/Ast/aliasing_parametric_simple_2.ll
  test/Isl/Ast/simple-run-time-condition.ll
  test/Isl/CodeGen/aliasing_parametric_simple_2.ll
  test/Isl/CodeGen/large-numbers-in-boundary-context.ll
  test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_1.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_conditional_surrounding_affine_loop.ll
  test/ScopInfo/NonAffine/non_affine_conditional_surrounding_non_affine_loop.ll
  test/ScopInfo/NonAffine/non_affine_float_compare.ll
  test/ScopInfo/NonAffine/non_affine_loop_condition.ll
  test/ScopInfo/NonAffine/non_affine_loop_used_later.ll
  test/ScopInfo/bounded_loop_assumptions.ll
  test/ScopInfo/long-sequence-of-error-blocks-2.ll
  test/ScopInfo/long-sequence-of-error-blocks.ll
  test/ScopInfo/multidim_3d_parametric_array_static_loop_bounds.ll
  test/ScopInfo/non-pure-function-call.ll
  test/ScopInfo/non-pure-function-calls-causes-dead-blocks.ll
  test/ScopInfo/non-pure-function-calls.ll
  test/ScopInfo/remarks.ll
  test/ScopInfo/test-wrapping-in-condition.ll
  test/ScopInfo/user_provided_assumptions.ll
  test/ScopInfo/wraping_signed_expr_0.ll
  test/ScopInfo/wraping_signed_expr_1.ll
  test/ScopInfo/wraping_signed_expr_2.ll
  test/ScopInfo/wraping_signed_expr_3.ll
  test/ScopInfo/wraping_signed_expr_4.ll
  test/ScopInfo/wraping_signed_expr_5.ll
  test/ScopInfo/wraping_signed_expr_6.ll
  test/ScopInfo/wraping_signed_expr_7.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17247.48631.patch
Type: text/x-patch
Size: 46641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160221/53a13bdc/attachment.bin>


More information about the llvm-commits mailing list