[llvm] [DA] disambiguate evolution of base addresses (PR #116628)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 13:49:11 PST 2024


nikic wrote:

@sebpop Just from a quick look, it's probably because IR is modified during BatchAA lifetime and the cache becomes invalid. To start with you can just create the BatchAA directly inside underlyingObjectsAlias (without any batching). It would be nice to use it in a larger scope for compile-time reasons, but it requires some more care.

https://github.com/llvm/llvm-project/pull/116628


More information about the llvm-commits mailing list