[PATCH] D14688: [Polly] Introduce origin/kind for exit PHI node accesses

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 01:11:00 PST 2015


2015-11-15 15:56 GMT+01:00 Tobias Grosser <tobias at grosser.es>:
> On 11/15/2015 03:44 PM, Michael Kruse wrote:
> PS: I did not yet get to your earlier patch, but on a quick look I saw you
> replaced a slightly confusing while/while nest with a C++ iterator
> based version that is easier to understand. If this change is independent,
> that would be a nice cleanup that we should probably
> commit independently.

This is a related change because some of the iterated-over
MemoryAccesses moved to other lists by that. I did not feel capable to
adapt the iterator-based version, so I had to rewrite it. It is
changed again in http://reviews.llvm.org/D13611 .

Michael


More information about the llvm-commits mailing list