Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored and aheejin committed Jul 12, 2022
1 parent 1eed7e0 commit d556760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/lit/passes/gufa-refs.wast
Expand Up @@ -3362,7 +3362,6 @@
(struct.new $struct
(i32.const 10)
)
(i32.const 11)
)
;; Write to that global here. This can only affect $struct, and *not*
;; $substruct, thanks to the exact type.
Expand Down
4 changes: 2 additions & 2 deletions test/lit/passes/gufa.wast
Expand Up @@ -55,8 +55,8 @@
;; Both arms of the select have identical values, 1. Inlining +
;; OptimizeInstructions could of course discover that in this case, but
;; GUFA can do so even without inlining. As a result the select will be
;; dropped (due to the call which may have effects, we keep it), and after
;; the select we emit the constant 1 for the value.
;; dropped (due to the call which may have effects, we keep it), and at the
;; end we emit the constant 1 for the value.
(drop
(select
(call $foo)
Expand Down

0 comments on commit d556760

Please sign in to comment.