Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable shaderdb tests now upstream llvm changes are propagated #2838

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lgc/test/BuiltIns/cs-localinvocationid.lgc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
; NOTE: Assertions have been autogenerated by tool/update_llpc_test_checks.py UTC_ARGS: --tool lgc
; RUN: lgc -mcpu=gfx1010 - < %s | FileCheck --check-prefixes=GFX8 %s
; RUN: lgc -mcpu=gfx1100 - < %s | FileCheck --check-prefixes=GFX11 %s
; REQUIRES: do-not-run-me

define dllexport spir_func void @lgc.shader.CS.main() local_unnamed_addr #0 !lgc.shaderstage !0 {
.entry:
Expand Down
1 change: 0 additions & 1 deletion lgc/test/CsBPermuteWave64.lgc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by tool/update_llpc_test_checks.py UTC_ARGS: --tool lgc
; RUN: lgc -o - --mcpu=gfx1100 -filetype=asm %s | FileCheck -check-prefixes=CHECK %s
; REQUIRES: do-not-run-me

define spir_func float @fn(float %value, i32 %index) !lgc.shaderstage !0 {
.entry:
Expand Down
1 change: 0 additions & 1 deletion lgc/test/PartPipeline.lgc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
; RUN: lgc -mcpu=gfx1030 -extract=3 -other=%t.fs.elf -o %t.vs.elf %s
; RUN: lgc -mcpu=gfx1030 -extract=1 -l %s -o %t.pipe.elf %t.vs.elf %t.fs.elf
; RUN: lgcdis %t.pipe.elf | FileCheck %s
; REQUIRES: do-not-run-me

; The final linked pipeline ELF should have a GS that exports param 0 and
; a PS that reads attr0. This tests that separate part-pipeline compilation of
Expand Down
1 change: 0 additions & 1 deletion llpc/test/shaderdb/core/OpIsInf_TestDouble_lit.frag
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ void main()
// BEGIN_SHADERTEST
/*
; RUN: amdllpc -v %gfxip %s | FileCheck -check-prefix=SHADERTEST %s
; REQUIRES: do-not-run-me
; SHADERTEST-LABEL: {{^// LLPC}} SPIRV-to-LLVM translation results
; SHADERTEST: = call i1 (...) @lgc.create.isinf.i1(double

Expand Down
1 change: 0 additions & 1 deletion llpc/test/shaderdb/core/OpIsInf_TestFloat_lit.frag
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ void main()
// BEGIN_SHADERTEST
/*
; RUN: amdllpc -v %gfxip %s | FileCheck -check-prefix=SHADERTEST %s
; REQUIRES: do-not-run-me
; SHADERTEST-LABEL: {{^// LLPC}} SPIRV-to-LLVM translation results
; SHADERTEST: = call i1 (...) @lgc.create.isinf.i1(float

Expand Down
1 change: 0 additions & 1 deletion llpc/test/shaderdb/gfx11/SgprUserDataInit_Cs.pipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
; This test checks wave32 compute shaders

; RUN: amdllpc %gfxip -o - -filetype=asm %s | FileCheck -check-prefix=CHECK %s
; REQUIRES: do-not-run-me

[Version]
version = 54
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// NOTE: Assertions have been autogenerated by tool/update_llpc_test_checks.py
// RUN: amdllpc -o - -gfxip 11.0 -emit-lgc %s | FileCheck -check-prefixes=CHECK %s
// REQUIRES: do-not-run-me

#version 450 core
#pragma use_vulkan_memory_model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
; SHADERTEST-LABEL: _amdgpu_cs_main:
; SHADERTEST: image_bvh64_intersect_ray
; SHADERTEST: AMDLLPC SUCCESS
; REQUIRES: do-not-run-me
; END_SHADERTEST

[Version]
Expand Down
Loading