Skip to content

Commit

Permalink
Fix tests (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia authored Oct 25, 2021
1 parent 3f22a89 commit 1fbb241
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 34 deletions.
26 changes: 9 additions & 17 deletions tests/ui/dis/entry-pass-mode-cast-array.stderr
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
%1 = OpFunction %2 None %3
%4 = OpLabel
%5 = OpVariable %6 Function
%7 = OpVariable %6 Function
OpLine %8 13 12
%9 = OpLoad %10 %11
OpLine %8 13 0
OpStore %5 %9
OpLine %8 14 4
%12 = OpInBoundsAccessChain %13 %5 %14
%15 = OpInBoundsAccessChain %13 %5 %14
%16 = OpLoad %17 %15
%18 = OpFAdd %17 %16 %19
OpStore %12 %18
OpLine %8 15 17
OpCopyMemory %7 %5
OpLine %8 15 4
OpCopyMemory %20 %7
OpLine %8 16 1
OpLine %5 13 12
%6 = OpLoad %7 %8
OpLine %5 14 4
%9 = OpCompositeExtract %10 %6 0
%11 = OpFAdd %10 %9 %12
%13 = OpCompositeInsert %7 %11 %6 0
OpLine %5 15 4
OpStore %14 %13
OpLine %5 16 1
OpReturn
OpFunctionEnd
26 changes: 9 additions & 17 deletions tests/ui/dis/issue-731.stderr
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
%1 = OpFunction %2 None %3
%4 = OpLabel
%5 = OpVariable %6 Function
%7 = OpVariable %6 Function
OpLine %8 11 12
%9 = OpLoad %10 %11
OpLine %8 11 0
OpStore %5 %9
OpLine %8 12 4
%12 = OpInBoundsAccessChain %13 %5 %14
%15 = OpInBoundsAccessChain %13 %5 %14
%16 = OpLoad %17 %15
%18 = OpFAdd %17 %16 %19
OpStore %12 %18
OpLine %8 13 17
OpCopyMemory %7 %5
OpLine %8 13 4
OpCopyMemory %20 %7
OpLine %8 14 1
OpLine %5 11 12
%6 = OpLoad %7 %8
OpLine %5 12 4
%9 = OpCompositeExtract %10 %6 0
%11 = OpFAdd %10 %9 %12
%13 = OpCompositeInsert %7 %11 %6 0
OpLine %5 13 4
OpStore %14 %13
OpLine %5 14 1
OpReturn
OpFunctionEnd

0 comments on commit 1fbb241

Please sign in to comment.