From 5778ee4ab3f0543bb469a672199132cc0ac02084 Mon Sep 17 00:00:00 2001 From: GregF Date: Tue, 27 Feb 2018 11:26:21 -0700 Subject: [PATCH] Update spirv-tools known_good Contains the following improvements: Fixes 1341: Atomics (and other instructions with side-effects) removed. Add folding for redundant add/sub/mul/div/mix operations Add constant folding rules for floating-point comparison Add folding of redundant OpSelect insns Add folding of OpCompositeExtract and OpConstantComposite --- known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 54f349f3..61d8507f 100644 --- a/known_good.json +++ b/known_good.json @@ -5,7 +5,7 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "4e4a254bc85ea41af93a048f1713ef27e04c01ab" + "commit" : "46a9ec9d2312bc8f2a87810614d06c721ea3121c" }, { "name" : "spirv-tools/external/spirv-headers",