[PATCH] D154323: [MemoryDependencyAnalysis] Delete cache infos if CacheInfo->size != Loc.size
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 06:41:15 PDT 2023
nikic added a comment.
A concern I have is: Can the same also happen with AATags and not just Size? The logic there is very similar. And while just clearing the cache entry for Size mismatch is probably okay, I don't think this would work for AATags (which will often differ).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154323/new/
https://reviews.llvm.org/D154323
More information about the llvm-commits
mailing list