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

Jan Voung via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 17:29:00 PDT 2024


================
@@ -318,6 +321,9 @@ def Writable : EnumAttr<"writable", [ParamAttr]>;
 /// Function only writes to memory.
 def WriteOnly : EnumAttr<"writeonly", [ParamAttr]>;
 
+/// Pointer argument memory [%p+LoN, %p+HiN) is initialized.
----------------
jvoung wrote:

The list looks almost sorted, so may be better to put it near InAlloca or ?

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


More information about the llvm-commits mailing list