Move continue-block to after all branches.
This commit is contained in:
parent
e7f6cac1bd
commit
f3c63cc359
6 changed files with 54 additions and 40 deletions
|
|
@ -66,12 +66,6 @@ Linked vertex stage:
|
|||
19: Label
|
||||
Store 21(B) 22
|
||||
Branch 13
|
||||
13: Label
|
||||
37: 6(int) Load 8(i)
|
||||
38: 6(int) IAdd 37 22
|
||||
Store 8(i) 38
|
||||
40: 17(bool) SLessThan 38 39
|
||||
BranchConditional 40 10 12
|
||||
20: Label
|
||||
25: 6(int) Load 8(i)
|
||||
27: 17(bool) IEqual 25 26
|
||||
|
|
@ -83,6 +77,12 @@ Linked vertex stage:
|
|||
29: Label
|
||||
Store 35(F) 36
|
||||
Branch 13
|
||||
13: Label
|
||||
37: 6(int) Load 8(i)
|
||||
38: 6(int) IAdd 37 22
|
||||
Store 8(i) 38
|
||||
40: 17(bool) SLessThan 38 39
|
||||
BranchConditional 40 10 12
|
||||
12: Label
|
||||
Store 41(G) 42
|
||||
Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue