Legalize libcall signatures.
Explicitly legalize signatures created for libcalls.
This commit is contained in:
@@ -4,9 +4,15 @@ test compile
|
||||
set is_64bit=0
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=0
|
||||
isa x86 baseline
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 baseline
|
||||
|
||||
; Constants.
|
||||
|
||||
function %f32_const() -> f32 {
|
||||
|
||||
@@ -4,6 +4,9 @@ test compile
|
||||
set is_64bit=1
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 baseline
|
||||
|
||||
; Constants.
|
||||
|
||||
function %f64_const() -> f64 {
|
||||
|
||||
@@ -4,9 +4,15 @@ test compile
|
||||
set is_64bit=0
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=0
|
||||
isa x86 baseline
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 baseline
|
||||
|
||||
; Constants.
|
||||
|
||||
function %i32_const() -> i32 {
|
||||
|
||||
@@ -4,6 +4,9 @@ test compile
|
||||
set is_64bit=1
|
||||
isa x86 haswell
|
||||
|
||||
set is_64bit=1
|
||||
isa x86 baseline
|
||||
|
||||
; Constants.
|
||||
|
||||
function %i64_const() -> i64 {
|
||||
|
||||
Reference in New Issue
Block a user