[llvm] [FunctionAttrs] Add the "initializes" attribute inference (PR #97373)
Haopeng Liu via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 10:44:20 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:
Updated the linkage number as suggested by the owner and fixed this test!
https://github.com/llvm/llvm-project/pull/97373
More information about the llvm-commits
mailing list