Specified type for V128AnyTrue

This commit is contained in:
c0deb0t
2021-02-16 15:13:23 -08:00
parent 285a7feb19
commit fdd6bcae2e

View File

@@ -2516,6 +2516,7 @@ fn type_of(operator: &Operator) -> Type {
| Operator::V128AndNot | Operator::V128AndNot
| Operator::V128Or | Operator::V128Or
| Operator::V128Xor | Operator::V128Xor
| Operator::V128AnyTrue
| Operator::V128Bitselect => I8X16, // default type representing V128 | Operator::V128Bitselect => I8X16, // default type representing V128
Operator::I8x16Shuffle { .. } Operator::I8x16Shuffle { .. }