forked from OSchip/llvm-project
[AMDGPU] Actually fully update opt-pipeline.ll test to account for -loop-idiom vs -indvars switch
This commit is contained in:
parent
feac819e50
commit
ba74fa244f
|
@ -487,8 +487,8 @@
|
|||
; GCN-O2-NEXT: Loop-Closed SSA Form Pass
|
||||
; GCN-O2-NEXT: Scalar Evolution Analysis
|
||||
; GCN-O2-NEXT: Loop Pass Manager
|
||||
; GCN-O2-NEXT: Induction Variable Simplification
|
||||
; GCN-O2-NEXT: Recognize loop idioms
|
||||
; GCN-O2-NEXT: Induction Variable Simplification
|
||||
; GCN-O2-NEXT: Delete dead loops
|
||||
; GCN-O2-NEXT: Unroll loops
|
||||
; GCN-O2-NEXT: SROA
|
||||
|
@ -851,8 +851,8 @@
|
|||
; GCN-O3-NEXT: Loop-Closed SSA Form Pass
|
||||
; GCN-O3-NEXT: Scalar Evolution Analysis
|
||||
; GCN-O3-NEXT: Loop Pass Manager
|
||||
; GCN-O3-NEXT: Induction Variable Simplification
|
||||
; GCN-O3-NEXT: Recognize loop idioms
|
||||
; GCN-O3-NEXT: Induction Variable Simplification
|
||||
; GCN-O3-NEXT: Delete dead loops
|
||||
; GCN-O3-NEXT: Unroll loops
|
||||
; GCN-O3-NEXT: SROA
|
||||
|
|
Loading…
Reference in New Issue