From 497d5ffefdae27d5f936373baa02614394a6d2c1 Mon Sep 17 00:00:00 2001 From: David Neto Date: Fri, 9 Feb 2018 13:20:45 -0500 Subject: [PATCH] Update SPIRV-Tools known-good One legalization case updated for a renumbered ID --- Test/baseLegalResults/hlsl.partialFlattenLocal.vert.out | 14 +++++++------- known_good.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Test/baseLegalResults/hlsl.partialFlattenLocal.vert.out b/Test/baseLegalResults/hlsl.partialFlattenLocal.vert.out index c795452..2247ca4 100755 --- a/Test/baseLegalResults/hlsl.partialFlattenLocal.vert.out +++ b/Test/baseLegalResults/hlsl.partialFlattenLocal.vert.out @@ -2,7 +2,7 @@ hlsl.partialFlattenLocal.vert WARNING: AST will form illegal SPIR-V; need to transform to legalize // Module Version 10000 // Generated by (magic number): 80004 -// Id's are bound by 165 +// Id's are bound by 169 Capability Shader 1: ExtInstImport "GLSL.std.450" @@ -52,22 +52,22 @@ WARNING: AST will form illegal SPIR-V; need to transform to legalize Store 137 38 Branch 100 100: Label - 164: 21(int) Phi 25 5 119 106 - 105: 54(bool) SLessThan 164 31 + 168: 21(int) Phi 25 5 119 106 + 105: 54(bool) SLessThan 168 31 LoopMerge 101 106 None BranchConditional 105 106 101 106: Label - 138: 39(ptr) AccessChain 133 164 + 138: 39(ptr) AccessChain 133 168 110: 18(fvec2) Load 138 - 139: 34(ptr) AccessChain 131 164 + 139: 34(ptr) AccessChain 131 168 112: 14(fvec3) Load 139 113: 18(fvec2) VectorShuffle 112 112 0 1 114: 18(fvec2) FAdd 113 110 - 140: 34(ptr) AccessChain 131 164 + 140: 34(ptr) AccessChain 131 168 116: 14(fvec3) Load 140 117: 14(fvec3) VectorShuffle 116 114 3 4 2 Store 140 117 - 119: 21(int) IAdd 164 31 + 119: 21(int) IAdd 168 31 Branch 100 101: Label 142: 17 Load 131 diff --git a/known_good.json b/known_good.json index 849f0e5..54f349f 100644 --- a/known_good.json +++ b/known_good.json @@ -5,7 +5,7 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "9e19fc0f31ceaf1f6bc907dbf17dcfded85f2ce8" + "commit" : "4e4a254bc85ea41af93a048f1713ef27e04c01ab" }, { "name" : "spirv-tools/external/spirv-headers", -- 2.7.4