[PATCH] D23432: [AliasSetTracker] Degrade AliasSetTracker results when may-alias sets get too large.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 20 12:24:36 PDT 2016


reames added a subscriber: reames.
reames added a comment.

I am not actively objecting to this patch, but I really don't like the overall direction here.  Having a threshold where our ability to optimize falls off a cliff just seems really undesirable.  As Hal pointed out, there are likely options for summarizing alias sets to allow quicker AA queries.  How much have we explored that design space?


Repository:
  rL LLVM

https://reviews.llvm.org/D23432





More information about the llvm-commits mailing list