[PATCH] D25095: [Polly] Ignore removed memory access. NFC.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 04:55:40 PDT 2016
grosser added a comment.
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.
https://reviews.llvm.org/D25095
More information about the llvm-commits
mailing list