Skip to content

Commit 180dbfc

Browse files
committed
Update test output
1 parent 3ae1698 commit 180dbfc

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

tests/compiletests/ui/spirv-attr/location_assignment/mesh_shader.stderr

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ OpExecutionMode %1 LocalSize 1 1 1
77
OpExecutionMode %1 OutputVertices 9
88
OpExecutionMode %1 OutputPrimitivesNV 3
99
OpExecutionMode %1 OutputTrianglesNV
10-
OpName %16 "core::ops::Range<usize>"
11-
OpMemberName %16 0 "start"
12-
OpMemberName %16 1 "end"
10+
OpName %16 "ops::try_trait::NeverShortCircuit<[charOpName %17 "core::ops::Range<usize>"
11+
OpMemberName %17 0 "start"
12+
OpMemberName %17 1 "end"
1313
OpName %2 "positions"
1414
OpName %3 "out_per_vertex"
1515
OpName %4 "out_per_vertex2"
1616
OpName %5 "indices"
1717
OpName %6 "out_per_primitive"
1818
OpName %7 "out_per_primitive2"
19-
OpMemberDecorate %16 0 Offset 0
20-
OpMemberDecorate %16 1 Offset 4
19+
OpMemberDecorate %17 0 Offset 0
20+
OpMemberDecorate %17 1 Offset 4
2121
OpDecorate %2 BuiltIn Position
2222
OpDecorate %3 Location 0
2323
OpDecorate %4 Location 1
@@ -26,48 +26,48 @@ OpDecorate %6 Location 2
2626
OpDecorate %6 PerPrimitiveNV
2727
OpDecorate %7 Location 3
2828
OpDecorate %7 PerPrimitiveNV
29-
%17 = OpTypeFloat 32
30-
%18 = OpTypeVector %17 4
31-
%19 = OpTypeInt 32 0
32-
%20 = OpConstant %19 9
33-
%21 = OpTypeArray %18 %20
34-
%22 = OpTypePointer Output %21
35-
%23 = OpTypeVector %19 3
36-
%24 = OpConstant %19 3
37-
%25 = OpTypeArray %23 %24
38-
%26 = OpTypePointer Output %25
39-
%27 = OpTypeArray %19 %20
40-
%28 = OpTypePointer Output %27
41-
%29 = OpTypeArray %17 %20
42-
%30 = OpTypePointer Output %29
43-
%31 = OpTypeArray %19 %24
44-
%32 = OpTypePointer Output %31
45-
%33 = OpTypeArray %17 %24
29+
%18 = OpTypeFloat 32
30+
%19 = OpTypeVector %18 4
31+
%20 = OpTypeInt 32 0
32+
%21 = OpConstant %20 9
33+
%22 = OpTypeArray %19 %21
34+
%23 = OpTypePointer Output %22
35+
%24 = OpTypeVector %20 3
36+
%25 = OpConstant %20 3
37+
%26 = OpTypeArray %24 %25
38+
%27 = OpTypePointer Output %26
39+
%28 = OpTypeArray %20 %21
40+
%29 = OpTypePointer Output %28
41+
%30 = OpTypeArray %18 %21
42+
%31 = OpTypePointer Output %30
43+
%16 = OpTypeArray %20 %25
44+
%32 = OpTypePointer Output %16
45+
%33 = OpTypeArray %18 %25
4646
%34 = OpTypePointer Output %33
4747
%35 = OpTypeVoid
4848
%36 = OpTypeFunction %35
49-
%16 = OpTypeStruct %19 %19
50-
%37 = OpConstant %19 0
51-
%38 = OpUndef %16
49+
%17 = OpTypeStruct %20 %20
50+
%37 = OpConstant %20 0
51+
%38 = OpUndef %17
5252
%39 = OpTypeBool
5353
%40 = OpConstantFalse %39
54-
%41 = OpConstant %19 1
54+
%41 = OpConstant %20 1
5555
%42 = OpTypeInt 32 1
5656
%43 = OpConstant %42 0
57-
%44 = OpConstant %17 3204448256
58-
%45 = OpConstant %17 1056964608
59-
%46 = OpConstant %17 0
60-
%47 = OpConstant %17 1065353216
61-
%48 = OpTypePointer Output %18
62-
%2 = OpVariable %22 Output
63-
%49 = OpConstant %19 2
64-
%50 = OpTypePointer Output %19
65-
%3 = OpVariable %28 Output
66-
%51 = OpTypePointer Output %17
67-
%4 = OpVariable %30 Output
68-
%52 = OpTypePointer Output %23
69-
%5 = OpVariable %26 Output
57+
%44 = OpConstant %18 3204448256
58+
%45 = OpConstant %18 1056964608
59+
%46 = OpConstant %18 0
60+
%47 = OpConstant %18 1065353216
61+
%48 = OpTypePointer Output %19
62+
%2 = OpVariable %23 Output
63+
%49 = OpConstant %20 2
64+
%50 = OpTypePointer Output %20
65+
%3 = OpVariable %29 Output
66+
%51 = OpTypePointer Output %18
67+
%4 = OpVariable %31 Output
68+
%52 = OpTypePointer Output %24
69+
%5 = OpVariable %27 Output
7070
%6 = OpVariable %32 Output
71-
%53 = OpConstant %19 42
71+
%53 = OpConstant %20 42
7272
%7 = OpVariable %34 Output
73-
%54 = OpConstant %17 1116340224
73+
%54 = OpConstant %18 1116340224

0 commit comments

Comments
 (0)