[llvm] [FunctionAttrs] Add the "initializes" attribute inference (PR #97373)

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 15:35:42 PDT 2024


================
@@ -580,6 +582,205 @@ struct ArgumentUsesTracker : public CaptureTracker {
   const SCCNodeSet &SCCNodes;
 };
 
+struct ArgumentUse {
----------------
haopliu wrote:

Thanks for reminding! Done.

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


More information about the llvm-commits mailing list