Skip to content

Commit 3cbc72e

Browse files
committed
[Assignment Tracking] Fix tests for buildbot failure
Follow-up for 4ece507 (D142027). Assignment Tracking Analysis now always runs and is skipped internally if assignment tracking is disabled. Update these tests to expect to see the pass run. Buildbot failure: https://lab.llvm.org/buildbot/#/builders/216/builds/16085
1 parent 2ab1c6d commit 3cbc72e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/CodeGen/X86/O0-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
; CHECK-NEXT: Safe Stack instrumentation pass
3636
; CHECK-NEXT: Insert stack protectors
3737
; CHECK-NEXT: Module Verifier
38+
; CHECK-NEXT: Assignment Tracking Analysis
3839
; CHECK-NEXT: X86 DAG->DAG Instruction Selection
3940
; CHECK-NEXT: X86 PIC Global Base Reg Initialization
4041
; CHECK-NEXT: Finalize ISel and expand pseudo-instructions

llvm/test/CodeGen/X86/opt-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
; CHECK-NEXT: Natural Loop Information
8181
; CHECK-NEXT: Post-Dominator Tree Construction
8282
; CHECK-NEXT: Branch Probability Analysis
83+
; CHECK-NEXT: Assignment Tracking Analysis
8384
; CHECK-NEXT: Lazy Branch Probability Analysis
8485
; CHECK-NEXT: Lazy Block Frequency Analysis
8586
; CHECK-NEXT: X86 DAG->DAG Instruction Selection

0 commit comments

Comments
 (0)