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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 15:28:04 PDT 2016


Meinersbur added a comment.

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

> Also, if you commit this separately, which certainly would not hurt, a JSON test case would be amazing.


Another patch would introduce `ScopInfo::removeSingleMemoryAccess(MemoryAccess*)`. FWIW I could bundle that patch, this patch, and json importer support for removing accesses.


https://reviews.llvm.org/D25095





More information about the llvm-commits mailing list