We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abbe8e commit ac26708Copy full SHA for ac26708
llvm/test/Transforms/MemProfContextDisambiguation/inlined3.ll
@@ -188,6 +188,9 @@ attributes #7 = { builtin }
188
; IR: define {{.*}} @_Z1Mv.memprof.1()
189
; IR: call {{.*}} @_Z2XZv.memprof.1()
190
191
+; IR: attributes #[[NOTCOLD]] = { builtin "memprof"="notcold" }
192
+; IR: attributes #[[COLD]] = { builtin "memprof"="cold" }
193
+
194
; STATS: 2 memprof-context-disambiguation - Number of cold static allocations (possibly cloned)
195
; STATS: 2 memprof-context-disambiguation - Number of not cold static allocations (possibly cloned)
196
; STATS: 3 memprof-context-disambiguation - Number of function clones created during whole program analysis
0 commit comments