implement ishape.bitmask

This commit is contained in:
Ilya Rezvov
2023-09-08 19:11:58 -06:00
parent 6bb5ea841c
commit d25e96d91c
5 changed files with 25 additions and 10 deletions
+2
View File
@@ -611,6 +611,8 @@ getInstrType _ V128AnyTrue =
return $ V128 ==> I32
getInstrType _ V128BitSelect =
return $ [V128, V128, V128] ==> V128
getInstrType _ (V128BitMask _) =
return $ V128 ==> I32
getShapeElemType :: SimdShape -> ValueType
getShapeElemType I8x16 = I32