Skip to content

Commit 51a659a

Browse files
committed
Remove new testing for hot hints added with PR124338 as the conversion
here defeats that. I will add a separate hot hint test for the option as a follow on.
1 parent 3afe178 commit 51a659a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm/test/Transforms/PGOProfile/memprof.ll

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
; RUN: llvm-profdata merge -memprof-random-hotness -memprof-random-hotness-seed=1730170724 %S/Inputs/memprof.memprofraw --profiled-binary %S/Inputs/memprof.exe -o %t.memprofdatarand2 2>&1 | FileCheck %s --check-prefix=RAND2
8585
; RAND2: random hotness seed = 1730170724
8686
; RUN: opt < %s -passes='memprof-use<profile-filename=%t.memprofdatarand2>' -pgo-warn-missing-function -S -stats 2>&1 | FileCheck %s --check-prefixes=MEMPROFRAND2,ALL,MEMPROFONLY,MEMPROFSTATS
87-
;; Check with hot hints enabled
88-
; RUN: opt < %s -memprof-use-hot-hints -passes='memprof-use<profile-filename=%t.memprofdatarand2>' -pgo-warn-missing-function -S -stats 2>&1 | FileCheck %s --check-prefixes=MEMPROFRAND2HOT
8987

9088
; MEMPROFMATCHINFO: MemProf notcold context with id 1093248920606587996 has total profiled size 10 is matched
9189
; MEMPROFMATCHINFO: MemProf notcold context with id 5725971306423925017 has total profiled size 10 is matched
@@ -413,13 +411,6 @@ for.end: ; preds = %for.cond
413411
; MEMPROFRAND2: !"notcold"
414412
; MEMPROFRAND2: !"notcold"
415413

416-
;; With hot hints enabled the last 2 should be hot.
417-
; MEMPROFRAND2HOT: !"cold"
418-
; MEMPROFRAND2HOT: !"cold"
419-
; MEMPROFRAND2HOT: !"cold"
420-
; MEMPROFRAND2HOT: !"hot"
421-
; MEMPROFRAND2HOT: !"hot"
422-
423414
; MEMPROFSTATS: 8 memprof - Number of alloc contexts in memory profile.
424415
; MEMPROFSTATS: 10 memprof - Number of callsites in memory profile.
425416
; MEMPROFSTATS: 6 memprof - Number of functions having valid memory profile.

0 commit comments

Comments
 (0)