[polly] [AST] Don't merge memory locations in AliasSetTracker (PR #65731)
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 09:56:14 PDT 2023
alinas wrote:
The proposal SGTM!
I was somewhat surprised this doesn't affect compile time at all, with it doing AA checks on all MemoryLocation pairs, but this seems to indeed not have any impact (tested on internal benchmarks too). My assumption is that most alias checks are taking advantage of the cache in BatchAA.
I'll follow up with inline comments.
+1 to update method names to match the change to tracking memory locations, and update comments.
https://github.com/llvm/llvm-project/pull/65731
More information about the llvm-commits
mailing list