Cranelift: ensure ISA level needed for SIMD is present when SIMD is enabled. (#3816)
Addresses #3809: when we are asked to create a Cranelift backend with shared flags that indicate support for SIMD, we should check that the ISA level needed for our SIMD lowerings is present.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
test verifier
|
||||
set enable_simd=true
|
||||
target aarch64
|
||||
target x86_64
|
||||
target x86_64 has_sse3 has_ssse3 has_sse41
|
||||
|
||||
function %scalar_to_vector() {
|
||||
block0:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test verifier
|
||||
set enable_simd
|
||||
target aarch64
|
||||
target x86_64
|
||||
target x86_64 has_sse3 has_ssse3 has_sse41
|
||||
|
||||
function %insertlane_i32x4() {
|
||||
block0:
|
||||
|
||||
Reference in New Issue
Block a user