Skip to content

Commit 07d5339

Browse files
committed
[Tests] Update pipeline tests
After 20531b3, we now use a cached TTI instance, so the TargetIRAnalysis analysis run goes away.
1 parent 2229674 commit 07d5339

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

llvm/test/Other/new-pm-defaults.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@
266266
; CHECK-O-NEXT: Running pass: ConstantMergePass
267267
; CHECK-DEFAULT-NEXT: Running pass: RelLookupTableConverterPass
268268
; CHECK-LTO-NOT: Running pass: RelLookupTableConverterPass
269-
; CHECK-DEFAULT-NEXT: Running analysis: TargetIRAnalysis
270-
; CHECK-LTO-NOT: Running analysis: TargetIRAnalysis
271269
; CHECK-O-NEXT: Running pass: AnnotationRemarksPass on foo
272270
; CHECK-LTO-NEXT: Running pass: CanonicalizeAliasesPass
273271
; CHECK-LTO-NEXT: Running pass: NameAnonGlobalPass

llvm/test/Other/new-pm-thinlto-defaults.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
; CHECK-POSTLINK-O-NEXT: Running pass: GlobalDCEPass
229229
; CHECK-POSTLINK-O-NEXT: Running pass: ConstantMergePass
230230
; CHECK-POSTLINK-O-NEXT: Running pass: RelLookupTableConverterPass
231-
; CHECK-POSTLINK-O-NEXT: Running analysis: TargetIRAnalysis
232231
; CHECK-O-NEXT: Running pass: AnnotationRemarksPass on foo
233232
; CHECK-PRELINK-O-NEXT: Running pass: CanonicalizeAliasesPass
234233
; CHECK-PRELINK-O-NEXT: Running pass: NameAnonGlobalPass

llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
; CHECK-O-NEXT: Running pass: GlobalDCEPass
198198
; CHECK-O-NEXT: Running pass: ConstantMergePass
199199
; CHECK-O-NEXT: Running pass: RelLookupTableConverterPass
200-
; CHECK-O-NEXT: Running analysis: TargetIRAnalysis
201200
; CHECK-O-NEXT: Running pass: AnnotationRemarksPass on foo
202201
; CHECK-O-NEXT: Running pass: PrintModulePass
203202

llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
; CHECK-O-NEXT: Running pass: GlobalDCEPass
210210
; CHECK-O-NEXT: Running pass: ConstantMergePass
211211
; CHECK-O-NEXT: Running pass: RelLookupTableConverterPass
212-
; CHECK-O-NEXT: Running analysis: TargetIRAnalysis
213212
; CHECK-O-NEXT: Running pass: AnnotationRemarksPass on foo
214213
; CHECK-O-NEXT: Running pass: PrintModulePass
215214

0 commit comments

Comments
 (0)