Skip to content

Commit

Permalink
Merge pull request #2658 from Daniel-Liu-c0deb0t/anytrue-type
Browse files Browse the repository at this point in the history
Specified type for V128AnyTrue
  • Loading branch information
Pat Hickey authored Feb 17, 2021
2 parents 285a7fe + fdd6bca commit 38b63f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cranelift/wasm/src/code_translator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2516,6 +2516,7 @@ fn type_of(operator: &Operator) -> Type {
| Operator::V128AndNot
| Operator::V128Or
| Operator::V128Xor
| Operator::V128AnyTrue
| Operator::V128Bitselect => I8X16, // default type representing V128

Operator::I8x16Shuffle { .. }
Expand Down

0 comments on commit 38b63f5

Please sign in to comment.