[PATCH] D23360: [AliasSetTracker] Delete remove() and containsPointer() interfaces

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 10:51:33 PDT 2016


davidxl added a subscriber: davidxl.
davidxl added a comment.

+1 for the cleanup. The containsPointer interface does linear search to find the match which can be bad for compile time performance when used.


https://reviews.llvm.org/D23360





More information about the llvm-commits mailing list