[llvm] [Attributor] Change allocation size and load/store offsets using AAPointerInfo for Alloca instructions and keep track of instructions causing an Access (PR #72029)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 08:55:39 PST 2025
================
@@ -6194,11 +6317,64 @@ struct AAPointerInfo : public AbstractAttribute {
}
}
+ // Merge two access paths into one.
+ void mergeAccessPaths(const AccessPathSetTy *AccessPathsNew) const {
----------------
shiltian wrote:
I still think we should do reference instead of pointer.
https://github.com/llvm/llvm-project/pull/72029
More information about the llvm-commits
mailing list