From 4644b64d648893718336d83fae0139ee19405e61 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 11 Sep 2017 15:25:31 -0700 Subject: Get another test working with IR codedgen - Add support for matrix types in IR/codegen - Add support for basic indexing operations in IR/codegen --- tests/bugs/gh-103.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bugs/gh-103.slang b/tests/bugs/gh-103.slang index 2b10c2b3f..c810afc05 100644 --- a/tests/bugs/gh-103.slang +++ b/tests/bugs/gh-103.slang @@ -1,4 +1,4 @@ -//TEST:COMPARE_HLSL: -profile ps_4_0 -entry main +//TEST:COMPARE_HLSL: -use-ir -profile ps_4_0 -entry main // Ensure that matrix-times-scalar works -- cgit v1.2.3