Update URLs.
This commit is contained in:
@@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
description = "Binaries for testing the Cretonne library"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
|
||||
@@ -2,7 +2,7 @@ test regalloc
|
||||
set is_64bit
|
||||
isa intel haswell
|
||||
|
||||
; Reported as https://github.com/stoklund/cretonne/issues/207
|
||||
; Reported as https://github.com/Cretonne/cretonne/issues/207
|
||||
;
|
||||
; The coalescer creates a virtual register with two interfering values.
|
||||
function %pr207(i64 vmctx, i32, i32) -> i32 native {
|
||||
|
||||
@@ -2,7 +2,7 @@ test regalloc
|
||||
set is_64bit
|
||||
isa intel haswell
|
||||
|
||||
; Reported as https://github.com/stoklund/cretonne/issues/216 from the Binaryen fuzzer.
|
||||
; Reported as https://github.com/Cretonne/cretonne/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] native {
|
||||
|
||||
@@ -4,7 +4,7 @@ isa intel haswell
|
||||
|
||||
; regex: V=v\d+
|
||||
|
||||
; Filed as https://github.com/stoklund/cretonne/issues/208
|
||||
; Filed as https://github.com/Cretonne/cretonne/issues/208
|
||||
;
|
||||
; The verifier complains about a branch argument that is not in the same virtual register as the
|
||||
; corresponding EBB argument.
|
||||
|
||||
Reference in New Issue
Block a user