Skip to content

Commit

Permalink
Update and enable tests disabled in 82ef966
Browse files Browse the repository at this point in the history
Resolves #2844
  • Loading branch information
mbrkusanin committed Nov 24, 2023
1 parent b20c37c commit fd9a1d4
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; RUN: amdllpc -v -gfxip 9.0.0 -enable-relocatable-shader-elf %s | FileCheck -check-prefix=SHADERTEST %s
; RUN: amdllpc -v -gfxip 9.0.0 -enable-part-pipeline=0 %s | FileCheck -check-prefix=SHADERTEST2_PP0 %s
; RUN: amdllpc -v -gfxip 9.0.0 -enable-part-pipeline=1 %s | FileCheck -check-prefix=SHADERTEST2_PP1 %s
; REQUIRES: do-not-run-me

[Version]
version = 40

Expand Down Expand Up @@ -32,8 +32,9 @@ colorBuffer[0].blendEnable = 0
; SHADERTEST-NEXT: [[TMP3:%.*]] = zext nneg i8 [[TMP2]] to i64
; SHADERTEST-NEXT: [[TMP4:%.*]] = getelementptr [3 x <4 x float>], ptr addrspace(4) @__llpc_global_proxy_colors, i64 0, i64 [[TMP3]]
; SHADERTEST-NEXT: [[TMP5:%.*]] = load <4 x float>, ptr addrspace(4) [[TMP4]], align 16
; SHADERTEST-NEXT: [[TMP6:%.*]] = insertvalue { <4 x float> } poison, <4 x float> [[TMP5]], 0
; SHADERTEST-NEXT: ret { <4 x float> } [[TMP6]]
; SHADERTEST-NEXT: [[TMP6:%.*]] = insertvalue { <4 x float>, i32 } poison, <4 x float> [[TMP5]], 0
; SHADERTEST-NEXT: [[TMP7:%.*]] = insertvalue { <4 x float>, i32 } [[TMP6]], i32 0, 1
; SHADERTEST-NEXT: ret { <4 x float>, i32 } [[TMP7]]
;
;
; SHADERTEST2_PP0-LABEL: @_amdgpu_ps_main(
Expand Down

0 comments on commit fd9a1d4

Please sign in to comment.