From 517eabb47dbc69db2b705a94aec0e437f0f1a97e Mon Sep 17 00:00:00 2001 From: GregF Date: Fri, 4 May 2018 11:22:55 -0600 Subject: [PATCH] Update spirv-opt known-good Notably, this includes the following: - Fix exponential performance of DeadInsertElim - Constant folding of OpVectorTimesScalar - Add Vector DCE - Add store-store elimination to LocalSingleBlockElim - Improve folding of OpVectorTimesScalar and OpPhi - Fixes handling of kill and unreachable ops in inlining --- known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 7aeb55c5..94b33f3d 100644 --- a/known_good.json +++ b/known_good.json @@ -5,7 +5,7 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "c20a718e00876a91c868858e367b8f150a8d595a" + "commit" : "a00a0a09ae5dab8ef15073ceb40542c162767798" }, { "name" : "spirv-tools/external/spirv-headers",