[PATCH] D5227: [Polly] Support ModRef function behaviour

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 12:24:07 PST 2016


jdoerfert updated this revision to Diff 48843.
jdoerfert added a comment.

FIX problem with mixed multidim + unknown accesses + use CHECK-NEXT in all tests


http://reviews.llvm.org/D5227

Files:
  include/polly/ScopDetection.h
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IRBuilder.cpp
  test/ScopDetect/mod_ref_read_pointer.ll
  test/ScopInfo/mod_ref_access_pointee_arguments.ll
  test/ScopInfo/mod_ref_read_pointee_arguments.ll
  test/ScopInfo/mod_ref_read_pointer.ll
  test/ScopInfo/mod_ref_read_pointers.ll
  test/ScopInfo/multidim_2d_with_modref_call.ll
  test/ScopInfo/multidim_2d_with_modref_call_2.ll
  test/ScopInfo/multidim_fortran_2d_with_modref_call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5227.48843.patch
Type: text/x-patch
Size: 53569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160223/6824bba1/attachment.bin>


More information about the llvm-commits mailing list