[llvm] [Attributor]: AApointerInfo - store the full chain of instructions that make up the access (PR #96526)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 08:23:00 PDT 2024
================
@@ -6078,11 +6222,56 @@ struct AAPointerInfo : public AbstractAttribute {
}
}
+ void mergeAccessPaths(const AccessPathSetTy *AccessPathsNew) const {
+
----------------
shiltian wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/96526
More information about the llvm-commits
mailing list