Merge pull request #1741 from cfallin/filetest-vcode-compile

Merge `vcode` filetest mode into `compile`.
This commit is contained in:
Chris Fallin
2020-05-22 18:57:21 -07:00
committed by GitHub
23 changed files with 53 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f1(i64, i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i32, i32) -> i32 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %a(i8) -> i8 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i64, i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i64, i64) -> b1 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i8, i64, i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f() -> b8 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i8) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f1(f32, f32) -> f32 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %add8(i8, i8) -> i8 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %uaddsat64(i64, i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f(i64) -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %foo() {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %stack_addr_small() -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f() -> i64 {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f() {

View File

@@ -1,4 +1,4 @@
test vcode
test compile
target aarch64
function %f_u_8_64(i8) -> i64 {