[llvm] [Attributor] Change allocation size and load/store offsets using AAPointerInfo for Alloca instructions (PR #72029)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 09:41:35 PDT 2024
================
@@ -6106,6 +6106,56 @@ struct AAPointerInfo : public AbstractAttribute {
Type *Ty;
----------------
shiltian wrote:
Okay, that line is far above. It is the c'tor of `AAPointerInfo`.
https://github.com/llvm/llvm-project/pull/72029
More information about the llvm-commits
mailing list