Replace CraneStation by bytecodealliance everywhere; (#1221)
This commit is contained in:
committed by
Dan Gohman
parent
f4b021c072
commit
9080a02e10
@@ -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