[PATCH] D17641: [Polly] [MemAccInst] Delete all the assignment operators, as they are not need.

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 03:17:12 PST 2016


grosser added a subscriber: grosser.
grosser added a comment.

Dropping dead code is clearly a good thing and this indeed seems like a misuse of MemAccInst. We occasionally allow dead code in the main repository to reduce merge problems with external repositories, but this is clearly an exception. Let's wait for the OK from Johannes and Michael, just in case.


Repository:
  rL LLVM

http://reviews.llvm.org/D17641





More information about the llvm-commits mailing list