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 aaf2966 commit 4b7ff9aCopy full SHA for 4b7ff9a
integration/src/const_collapse.rs
@@ -31,7 +31,7 @@ pub fn collapse_const_if_possible(op: &Operator, inputs: &[MaybeConstant]) {
31
| Operator::I32GeS
32
| Operator::I64GeS
33
| Operator::I32GeU
34
- | Operator::I64GeU
+ | Operator::I64GeU
35
| Operator::I32Eq
36
| Operator::I64Eq
37
| Operator::I32Ne
0 commit comments