forked from OSchip/llvm-project
Revert "AMDGPU: Update pass pipeline test"
needed to match revert of
rG2b4876157562: AMDGPU: Remove AMDGPUFixFunctionBitcasts pass
This reverts commit 7ca355225d
.
This commit is contained in:
parent
ea927b504b
commit
f4420f5224
|
@ -32,6 +32,7 @@
|
|||
; GCN-O0-NEXT: FunctionPass Manager
|
||||
; GCN-O0-NEXT: Dominator Tree Construction
|
||||
; GCN-O0-NEXT: Lower ctors and dtors for AMDGPU
|
||||
; GCN-O0-NEXT: Fix function bitcasts for AMDGPU
|
||||
; GCN-O0-NEXT: FunctionPass Manager
|
||||
; GCN-O0-NEXT: Early propagate attributes from kernels to functions
|
||||
; GCN-O0-NEXT: AMDGPU Lower Intrinsics
|
||||
|
@ -167,6 +168,7 @@
|
|||
; GCN-O1-NEXT: FunctionPass Manager
|
||||
; GCN-O1-NEXT: Dominator Tree Construction
|
||||
; GCN-O1-NEXT: Lower ctors and dtors for AMDGPU
|
||||
; GCN-O1-NEXT: Fix function bitcasts for AMDGPU
|
||||
; GCN-O1-NEXT: FunctionPass Manager
|
||||
; GCN-O1-NEXT: Early propagate attributes from kernels to functions
|
||||
; GCN-O1-NEXT: AMDGPU Lower Intrinsics
|
||||
|
@ -417,6 +419,7 @@
|
|||
; GCN-O1-OPTS-NEXT: FunctionPass Manager
|
||||
; GCN-O1-OPTS-NEXT: Dominator Tree Construction
|
||||
; GCN-O1-OPTS-NEXT: Lower ctors and dtors for AMDGPU
|
||||
; GCN-O1-OPTS-NEXT: Fix function bitcasts for AMDGPU
|
||||
; GCN-O1-OPTS-NEXT: FunctionPass Manager
|
||||
; GCN-O1-OPTS-NEXT: Early propagate attributes from kernels to functions
|
||||
; GCN-O1-OPTS-NEXT: AMDGPU Lower Intrinsics
|
||||
|
@ -700,6 +703,7 @@
|
|||
; GCN-O2-NEXT: FunctionPass Manager
|
||||
; GCN-O2-NEXT: Dominator Tree Construction
|
||||
; GCN-O2-NEXT: Lower ctors and dtors for AMDGPU
|
||||
; GCN-O2-NEXT: Fix function bitcasts for AMDGPU
|
||||
; GCN-O2-NEXT: FunctionPass Manager
|
||||
; GCN-O2-NEXT: Early propagate attributes from kernels to functions
|
||||
; GCN-O2-NEXT: AMDGPU Lower Intrinsics
|
||||
|
@ -985,6 +989,7 @@
|
|||
; GCN-O3-NEXT: FunctionPass Manager
|
||||
; GCN-O3-NEXT: Dominator Tree Construction
|
||||
; GCN-O3-NEXT: Lower ctors and dtors for AMDGPU
|
||||
; GCN-O3-NEXT: Fix function bitcasts for AMDGPU
|
||||
; GCN-O3-NEXT: FunctionPass Manager
|
||||
; GCN-O3-NEXT: Early propagate attributes from kernels to functions
|
||||
; GCN-O3-NEXT: AMDGPU Lower Intrinsics
|
||||
|
|
Loading…
Reference in New Issue