[PATCH] D36010: [Polly][Simplify] Implement write accesses coalescing.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 29 09:22:24 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL309489: [Simplify] Implement write accesses coalescing. (authored by Meinersbur).
Repository:
rL LLVM
https://reviews.llvm.org/D36010
Files:
polly/trunk/lib/Transform/Simplify.cpp
polly/trunk/test/Simplify/coalesce_3partials.ll
polly/trunk/test/Simplify/coalesce_3partials___%for---%return.jscop
polly/trunk/test/Simplify/coalesce_3partials___%for---%return.jscop.transformed
polly/trunk/test/Simplify/coalesce_disjointelements.ll
polly/trunk/test/Simplify/coalesce_disjointelements___%for---%return.jscop
polly/trunk/test/Simplify/coalesce_disjointelements___%for---%return.jscop.transformed
polly/trunk/test/Simplify/coalesce_overlapping.ll
polly/trunk/test/Simplify/coalesce_overlapping___%for---%return.jscop
polly/trunk/test/Simplify/coalesce_overlapping___%for---%return.jscop.transformed
polly/trunk/test/Simplify/coalesce_partial.ll
polly/trunk/test/Simplify/coalesce_partial___%for---%return.jscop
polly/trunk/test/Simplify/coalesce_partial___%for---%return.jscop.transformed
polly/trunk/test/Simplify/gemm.ll
polly/trunk/test/Simplify/nocoalesce_differentvalues.ll
polly/trunk/test/Simplify/nocoalesce_differentvalues___%for---%return.jscop
polly/trunk/test/Simplify/nocoalesce_differentvalues___%for---%return.jscop.transformed
polly/trunk/test/Simplify/nocoalesce_elementmismatch.ll
polly/trunk/test/Simplify/nocoalesce_elementmismatch___%for---%return.jscop
polly/trunk/test/Simplify/nocoalesce_elementmismatch___%for---%return.jscop.transformed
polly/trunk/test/Simplify/nocoalesce_readbetween.ll
polly/trunk/test/Simplify/nocoalesce_readbetween___%for---%return.jscop
polly/trunk/test/Simplify/nocoalesce_readbetween___%for---%return.jscop.transformed
polly/trunk/test/Simplify/nocoalesce_writebetween.ll
polly/trunk/test/Simplify/nocoalesce_writebetween___%for---%return.jscop
polly/trunk/test/Simplify/nocoalesce_writebetween___%for---%return.jscop.transformed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36010.108792.patch
Type: text/x-patch
Size: 41650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170729/6883e378/attachment.bin>
More information about the llvm-commits
mailing list