[llvm] Add the 'initializes' attribute langref and support (PR #84803)

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 14:18:51 PDT 2024


================
@@ -267,6 +281,9 @@ class Attribute {
   /// Returns the value of the range attribute.
   ConstantRange getRange() const;
 
+  /// Returns the value of the initializes attribute.
+  ConstantRangeList getInitializes() const;
----------------
haopliu wrote:

Done!

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


More information about the llvm-commits mailing list