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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 06:02:50 PST 2016


Meinersbur updated this revision to Diff 46904.
Meinersbur added a comment.

Refined constant filter condition (Filter out UndefValue, but also all kinds of structured literal constants). GlobalVariable seems to be the only 'changeable' constant. Not sure about GlobalAlias.


http://reviews.llvm.org/D15706

Files:
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopInfo.cpp
  lib/Support/ScopHelper.cpp
  test/Isl/CodeGen/MemAccess/update_access_functions.ll
  test/Isl/CodeGen/invariant_load_scalar_escape_alloca_sharing.ll
  test/ScopInfo/invariant-loads-leave-read-only-statements.ll
  test/ScopInfo/many-scalar-dependences.ll
  test/ScopInfo/multidim_fortran_srem.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/scalar.ll
  test/ScopInfo/tempscop-printing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15706.46904.patch
Type: text/x-patch
Size: 28019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/4803b2a0/attachment.bin>


More information about the llvm-commits mailing list