Skip to content

Commit 471210b

Browse files
committed
Update pipeline tests
1 parent 02d3d0e commit 471210b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
; CHECK-NEXT: Eliminate PHI nodes for register allocation
4848
; CHECK-NEXT: Two-Address instruction pass
4949
; CHECK-NEXT: Fast Register Allocator
50+
; CHECK-NEXT: MachineDominator Tree Construction
51+
; CHECK-NEXT: Slot index numbering
52+
; CHECK-NEXT: Live Interval Analysis
53+
; CHECK-NEXT: RISC-V Coalesce VSETVLI pass
5054
; CHECK-NEXT: Fast Register Allocator
5155
; CHECK-NEXT: Remove Redundant DEBUG_VALUE analysis
5256
; CHECK-NEXT: Fixup Statepoint Caller Saved

llvm/test/CodeGen/RISCV/O3-pipeline.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
; CHECK-NEXT: Machine Optimization Remark Emitter
144144
; CHECK-NEXT: Greedy Register Allocator
145145
; CHECK-NEXT: Virtual Register Rewriter
146+
; CHECK-NEXT: RISC-V Coalesce VSETVLI pass
147+
; CHECK-NEXT: Debug Variable Analysis
146148
; CHECK-NEXT: Virtual Register Map
147149
; CHECK-NEXT: Live Register Matrix
148150
; CHECK-NEXT: Greedy Register Allocator

0 commit comments

Comments
 (0)