We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272330a commit e50ef7fCopy full SHA for e50ef7f
test/lit/passes/optimize-instructions.wast
@@ -1774,7 +1774,7 @@
1774
(local.get $y)
1775
(i64.const 9223372036854775806)
1776
))
1777
- ;; (unsigned)x <= u_max - 1 ==> x == u_max
+ ;; (unsigned)x <= u_max - 1 ==> x != u_max
1778
(drop (i32.le_u
1779
(local.get $x)
1780
(i32.const -2)
@@ -1783,7 +1783,7 @@
1783
1784
(i64.const -2)
1785
1786
- ;; (unsigned)x > u_max - 1 ==> x != u_max
+ ;; (unsigned)x > u_max - 1 ==> x == u_max
1787
(drop (i32.gt_u
1788
1789
0 commit comments