[PATCH] D15687: [Polly] Never add read accesses for synthesizable values

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 08:20:14 PST 2016


Meinersbur retitled this revision from "[Polly] Add conditions for unnecessary value reads" to "[Polly] Never add read accesses for synthesizable values".
Meinersbur updated the summary for this revision.
Meinersbur updated this revision to Diff 46141.
Meinersbur added a comment.

remove all conditions except canSynthesize


http://reviews.llvm.org/D15687

Files:
  lib/Analysis/ScopInfo.cpp
  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/non_affine_region_1.ll
  test/ScopInfo/non_affine_region_3.ll
  test/ScopInfo/pointer-used-as-base-pointer-and-scalar-read.ll
  test/ScopInfo/same-base-address-scalar-and-array.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15687.46141.patch
Type: text/x-patch
Size: 8615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160127/51512004/attachment.bin>


More information about the llvm-commits mailing list