Multi-value return support.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
test compile
|
||||
target x86_64 haswell
|
||||
target aarch64
|
||||
|
||||
;; Returning many f32s
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
test compile
|
||||
target x86_64 haswell
|
||||
target aarch64
|
||||
|
||||
;; Returning many f64s
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
test compile
|
||||
target x86_64 haswell
|
||||
target aarch64
|
||||
|
||||
;; Returning many i32s
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
test compile
|
||||
target x86_64 haswell
|
||||
target aarch64
|
||||
|
||||
;; Returning many i64s
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
test compile
|
||||
target x86_64 haswell
|
||||
target aarch64
|
||||
|
||||
function %return_20_i32s() -> i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 {
|
||||
block0:
|
||||
|
||||
Reference in New Issue
Block a user