Replace CraneStation by bytecodealliance everywhere; (#1221)
This commit is contained in:
committed by
Dan Gohman
parent
f4b021c072
commit
9080a02e10
@@ -5,7 +5,7 @@ version = "0.49.0"
|
||||
description = "Test driver and implementations of the filetest commands"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cranelift.readthedocs.io/en/latest/testing.html#file-tests"
|
||||
repository = "https://github.com/CraneStation/cranelift"
|
||||
repository = "https://github.com/bytecodealliance/cranelift"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test run
|
||||
target x86_64
|
||||
|
||||
; this verifies that returning b64 immediates does not result in a segmentation fault, see https://github.com/CraneStation/cranelift/issues/911
|
||||
; this verifies that returning b64 immediates does not result in a segmentation fault, see https://github.com/bytecodealliance/cranelift/issues/911
|
||||
function %test_b64() -> b64 {
|
||||
ebb0:
|
||||
[-, %r10] v0 = bconst.b64 true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test regalloc
|
||||
target x86_64 haswell
|
||||
|
||||
; Reported as https://github.com/CraneStation/cranelift/issues/207
|
||||
; Reported as https://github.com/bytecodealliance/cranelift/issues/207
|
||||
;
|
||||
; The coalescer creates a virtual register with two interfering values.
|
||||
function %pr207(i64 vmctx, i32, i32) -> i32 system_v {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test regalloc
|
||||
target x86_64 haswell
|
||||
|
||||
; Reported as https://github.com/CraneStation/cranelift/issues/216 from the Binaryen fuzzer.
|
||||
; Reported as https://github.com/bytecodealliance/cranelift/issues/216 from the Binaryen fuzzer.
|
||||
;
|
||||
; The (old) coalescer creates a virtual register with two identical values.
|
||||
function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] system_v {
|
||||
|
||||
@@ -5,7 +5,7 @@ feature "basic-blocks"
|
||||
; regex: V=v\d+
|
||||
; regex: EBB=ebb\d+
|
||||
|
||||
; Filed as https://github.com/CraneStation/cranelift/issues/208
|
||||
; Filed as https://github.com/bytecodealliance/cranelift/issues/208
|
||||
;
|
||||
; The verifier complains about a branch argument that is not in the same virtual register as the
|
||||
; corresponding EBB argument.
|
||||
|
||||
@@ -4,7 +4,7 @@ feature !"basic-blocks"
|
||||
|
||||
; regex: V=v\d+
|
||||
|
||||
; Filed as https://github.com/CraneStation/cranelift/issues/208
|
||||
; Filed as https://github.com/bytecodealliance/cranelift/issues/208
|
||||
;
|
||||
; The verifier complains about a branch argument that is not in the same virtual register as the
|
||||
; corresponding EBB argument.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
test compile
|
||||
target x86_64
|
||||
|
||||
; Filed as https://github.com/CraneStation/cranelift/issues/779
|
||||
; Filed as https://github.com/bytecodealliance/cranelift/issues/779
|
||||
;
|
||||
; The copy_nop optimisation to reload (see Issue 773) was creating
|
||||
; copy_nop instructions for types for which there were no encoding.
|
||||
|
||||
@@ -4,7 +4,7 @@ set enable_pinned_reg=true
|
||||
target x86_64 haswell
|
||||
feature !"basic-blocks"
|
||||
|
||||
;; Test for the issue #1123; https://github.com/CraneStation/cranelift/issues/1123
|
||||
;; Test for the issue #1123; https://github.com/bytecodealliance/cranelift/issues/1123
|
||||
|
||||
function u0:0(i32, i32, i32, i64 vmctx) -> i64 uext system_v {
|
||||
ebb0(v0: i32, v1: i32, v2: i32, v3: i64):
|
||||
|
||||
Reference in New Issue
Block a user