summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-08-09 10:23:29 -0700
committerGitHub <noreply@github.com>2017-08-09 10:23:29 -0700
commit8e4c0c35d6c2d0fd754b713441c2eee8f13f87b2 (patch)
tree4500ab6d1b6148e883988a9624936cfded61131f /tests
parent9ad2b40b79907c847451891ce2716fcbcdd2e916 (diff)
parenta728612771cdaed66a0bdbfd25f8f250920f0f11 (diff)
Merge pull request #154 from tfoleyNV/fix-lowering
Fix use of "pseudo-syntax" in current lowering pass
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs/gh-103.slang.expected49
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/bugs/gh-103.slang.expected b/tests/bugs/gh-103.slang.expected
deleted file mode 100644
index acf3026d9..000000000
--- a/tests/bugs/gh-103.slang.expected
+++ /dev/null
@@ -1,49 +0,0 @@
-result code = 0
-standard error = {
-}
-standard output = {
-//
-// Generated by Microsoft (R) HLSL Shader Compiler 6.3.9600.16384
-//
-//
-// Buffer Definitions:
-//
-// cbuffer C
-// {
-//
-// float4x4 a; // Offset: 0 Size: 64
-// float b; // Offset: 64 Size: 4
-//
-// }
-//
-//
-// Resource Bindings:
-//
-// Name Type Format Dim Slot Elements
-// ------------------------------ ---------- ------- ----------- ---- --------
-// C cbuffer NA NA 0 1
-//
-//
-//
-// Input signature:
-//
-// Name Index Mask Register SysValue Format Used
-// -------------------- ----- ------ -------- -------- ------- ------
-// no Input
-//
-// Output signature:
-//
-// Name Index Mask Register SysValue Format Used
-// -------------------- ----- ------ -------- -------- ------- ------
-// SV_Target 0 xyzw 0 TARGET float xyzw
-//
-ps_4_0
-dcl_constantbuffer cb0[5], immediateIndexed
-dcl_output o0.xyzw
-mul o0.x, cb0[0].x, cb0[4].x
-mul o0.y, cb0[1].x, cb0[4].x
-mul o0.z, cb0[2].x, cb0[4].x
-mul o0.w, cb0[3].x, cb0[4].x
-ret
-// Approximately 5 instruction slots used
-}