[PATCH] D25095: [Polly] Ignore removed memory access. NFC.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 05:36:36 PDT 2016


Meinersbur added a comment.

In https://reviews.llvm.org/D25095#560645, @grosser wrote:

> Thinking about this change, we could possibly also commit a minimal DeLICM pass which only runs cleanup(). In some way, this is also a trivial change, which could even be tested on an appropriately designed .ll input file. It would allow us to get all the basic infrastructure in place.


If we want to do this, I'd prefer to put cleanup() into a separate pass.


https://reviews.llvm.org/D25095





More information about the llvm-commits mailing list