dheaton-arm opened issue #3201:
Opening an issue based on discussion in https://github.com/bytecodealliance/wasmtime/pull/3188#discussion_r690657131.
uadd_sat
andusub_sat
are not implemented in thex86_64
Cranelift backend (but are implemented forAArch64
) fori32x4
ori64x2
SIMD vectors.CLIF bugpoint (
uadd_sat
):Crash message: Unsupported type for packed uadd_sat instruction: i32x4 function %uaddsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = uadd_sat v0, v1 return v2 } Crash message: Unsupported type for packed uadd_sat instruction: i64x2 function %uaddsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = uadd_sat v0, v1 return v2 }
CLIF bugpoint (
usub_sat
):Crash message: Unsupported type for packed usub_sat instruction: i32x4 function %usubsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = usub_sat v0, v1 return v2 } Crash message: Unsupported type for packed usub_sat instruction: i64x2 function %usubsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = usub_sat v0, v1 return v2 }
akirilov-arm labeled issue #3201:
Opening an issue based on discussion in https://github.com/bytecodealliance/wasmtime/pull/3188#discussion_r690657131.
uadd_sat
andusub_sat
are not implemented in thex86_64
Cranelift backend (but are implemented forAArch64
) fori32x4
ori64x2
SIMD vectors.CLIF bugpoint (
uadd_sat
):Crash message: Unsupported type for packed uadd_sat instruction: i32x4 function %uaddsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = uadd_sat v0, v1 return v2 } Crash message: Unsupported type for packed uadd_sat instruction: i64x2 function %uaddsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = uadd_sat v0, v1 return v2 }
CLIF bugpoint (
usub_sat
):Crash message: Unsupported type for packed usub_sat instruction: i32x4 function %usubsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = usub_sat v0, v1 return v2 } Crash message: Unsupported type for packed usub_sat instruction: i64x2 function %usubsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = usub_sat v0, v1 return v2 }
akirilov-arm labeled issue #3201:
Opening an issue based on discussion in https://github.com/bytecodealliance/wasmtime/pull/3188#discussion_r690657131.
uadd_sat
andusub_sat
are not implemented in thex86_64
Cranelift backend (but are implemented forAArch64
) fori32x4
ori64x2
SIMD vectors.CLIF bugpoint (
uadd_sat
):Crash message: Unsupported type for packed uadd_sat instruction: i32x4 function %uaddsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = uadd_sat v0, v1 return v2 } Crash message: Unsupported type for packed uadd_sat instruction: i64x2 function %uaddsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = uadd_sat v0, v1 return v2 }
CLIF bugpoint (
usub_sat
):Crash message: Unsupported type for packed usub_sat instruction: i32x4 function %usubsat_i32x4() -> i32x4 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i32x4 const0 v1 = vconst.i32x4 const0 v2 = usub_sat v0, v1 return v2 } Crash message: Unsupported type for packed usub_sat instruction: i64x2 function %usubsat_i64x2() -> i64x2 system_v { const0 = 0x00000000000000000000000000000000 block0: v0 = vconst.i64x2 const0 v1 = vconst.i64x2 const0 v2 = usub_sat v0, v1 return v2 }
Last updated: Nov 22 2024 at 16:03 UTC