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

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 21:16:52 PDT 2024


================
@@ -12,7 +12,8 @@
 ; RUN: opt < %s -passes='memprof-use<profile-filename=%t.memprofdata>' -S | FileCheck %s
 
 ; CHECK: call {{.*}} @_Znam{{.*}} #[[ATTR:[0-9]+]]
-; CHECK: attributes #[[ATTR]] = { builtin allocsize(0) "memprof"="notcold" }
+; old: attributes #[[ATTR]] = { builtin allocsize(0) "memprof"="notcold" }
----------------
haopliu wrote:

Thanks for reminding! Our PR causes this test failed and I'm not sure why.
Reached out to the owner of this test.

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


More information about the llvm-commits mailing list