[llvm] [Attributor] Change allocation size and load/store offsets using AAPointerInfo for Alloca instructions (PR #72029)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 22 11:51:53 PDT 2024


================
@@ -6149,6 +6204,9 @@ struct AAPointerInfo : public AbstractAttribute {
     return (AA->getIdAddr() == &ID);
   }
 
+  /// Offsets Info Map
+  DenseMap<Value *, OffsetInfo> OffsetInfoMap;
----------------
jdoerfert wrote:

Why is this in the header?

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


More information about the llvm-commits mailing list