[PATCH] D33143: [Polly][Simplify] Remove identical write removal. NFC.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 05:20:46 PDT 2017


Meinersbur added a comment.

In https://reviews.llvm.org/D33143#754066, @grosser wrote:

> Hi Michael,
>
> it is not fully clear what this patch is about.


It only removes the "identical write removal" algorithm. "overwritten writes removal" does the same thing (and more).


https://reviews.llvm.org/D33143





More information about the llvm-commits mailing list