[PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 15:03:31 PST 2016


Meinersbur updated this revision to Diff 46183.
Meinersbur added a comment.
Herald added a subscriber: sanjoy.

Rebase to r258998


http://reviews.llvm.org/D15706

Files:
  include/polly/CodeGen/BlockGenerators.h
  include/polly/ScopDetection.h
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  lib/CodeGen/IRBuilder.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/Support/ScopHelper.cpp
  test/Isl/CodeGen/MemAccess/update_access_functions.ll
  test/Isl/CodeGen/phi-defined-before-scop.ll
  test/Isl/CodeGen/synthesizable_phi_write_after_loop.ll
  test/Isl/CodeGen/uninitialized_scalar_memory.ll
  test/ScopInfo/NonAffine/non_affine_loop_used_later.ll
  test/ScopInfo/invariant-loads-leave-read-only-statements.ll
  test/ScopInfo/long-sequence-of-error-blocks.ll
  test/ScopInfo/many-scalar-dependences.ll
  test/ScopInfo/multidim_fortran_srem.ll
  test/ScopInfo/non_affine_region_1.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/pointer-used-as-base-pointer-and-scalar-read.ll
  test/ScopInfo/same-base-address-scalar-and-array.ll
  test/ScopInfo/scalar.ll
  test/ScopInfo/tempscop-printing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15706.46183.patch
Type: text/x-patch
Size: 60948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160127/5d58485b/attachment.bin>


More information about the llvm-commits mailing list