From fd9a1d4a126dc5925b09d553742811e954a7a0fd Mon Sep 17 00:00:00 2001 From: Mirko Brkusanin Date: Fri, 24 Nov 2023 13:21:44 +0100 Subject: [PATCH] Update and enable tests disabled in 82ef9665ff Resolves #2844 --- .../test_inputs/PipelineVsFs_ConstantData_Vs2Fs1.pipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/llpc/test/shaderdb/multiple_inputs/test_inputs/PipelineVsFs_ConstantData_Vs2Fs1.pipe b/llpc/test/shaderdb/multiple_inputs/test_inputs/PipelineVsFs_ConstantData_Vs2Fs1.pipe index 186c35e122..240c8b3ffc 100644 --- a/llpc/test/shaderdb/multiple_inputs/test_inputs/PipelineVsFs_ConstantData_Vs2Fs1.pipe +++ b/llpc/test/shaderdb/multiple_inputs/test_inputs/PipelineVsFs_ConstantData_Vs2Fs1.pipe @@ -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 @@ -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(