[PATCH] D36137: [Polly][Simplify] Rewrite redundant write detection algorithm.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 13:02:34 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309734: [Simplify] Rewrite redundant write detection algorithm. (authored by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D36137?vs=109080&id=109188#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36137

Files:
  polly/trunk/lib/Transform/Simplify.cpp
  polly/trunk/test/Simplify/notredundant_region_loop.ll
  polly/trunk/test/Simplify/notredundant_region_loop___%for---%return.jscop
  polly/trunk/test/Simplify/notredundant_region_loop___%for---%return.jscop.transformed
  polly/trunk/test/Simplify/notredundant_region_middle.ll
  polly/trunk/test/Simplify/redundant_differentindex.ll
  polly/trunk/test/Simplify/redundant_partialwrite.ll
  polly/trunk/test/Simplify/redundant_partialwrite___%for---%return.jscop
  polly/trunk/test/Simplify/redundant_partialwrite___%for---%return.jscop.transformed
  polly/trunk/test/Simplify/redundant_region.ll
  polly/trunk/test/Simplify/redundant_region___%for---%return.jscop
  polly/trunk/test/Simplify/redundant_region___%for---%return.jscop.transformed
  polly/trunk/test/Simplify/redundant_region_scalar.ll
  polly/trunk/test/Simplify/redundant_region_scalar___%for---%return.jscop
  polly/trunk/test/Simplify/redundant_region_scalar___%for---%return.jscop.transformed
  polly/trunk/test/Simplify/redundant_storebetween.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36137.109188.patch
Type: text/x-patch
Size: 31562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170801/032da69b/attachment.bin>


More information about the llvm-commits mailing list