Move to newer version of SPIRV-Tools

* Update tests according to spirv-opt update

We refactored function inlining pass of spirv-opt and it results in
different numbering of result ids in SPIR-V code. This commit updates
test cases to avoid a test failure according to the spirv-opt update.

* Update known good
This commit is contained in:
Jaebaek Seo 2020-05-14 13:06:05 -04:00 committed by GitHub
parent 4fa68edd68
commit 08a05bc2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 111 additions and 111 deletions

View file

@ -1,7 +1,7 @@
hlsl.aliasOpaque.frag
// Module Version 10000
// Generated by (magic number): 80008
// Id's are bound by 87
// Id's are bound by 89
Capability Shader
1: ExtInstImport "GLSL.std.450"
@ -38,11 +38,11 @@ hlsl.aliasOpaque.frag
62(@entryPointOutput): 61(ptr) Variable Output
4(main): 2 Function None 3
5: Label
70: 6 Load 47(gss)
72: 8 Load 51(gtex)
84: 32 SampledImage 72 70
85: 11(fvec4) ImageSampleImplicitLod 84 37
86: 11(fvec4) VectorTimesScalar 85 54
Store 62(@entryPointOutput) 86
71: 6 Load 47(gss)
73: 8 Load 51(gtex)
86: 32 SampledImage 73 71
87: 11(fvec4) ImageSampleImplicitLod 86 37
88: 11(fvec4) VectorTimesScalar 87 54
Store 62(@entryPointOutput) 88
Return
FunctionEnd