Add b128 type to fix tests

This commit is contained in:
bjorn3
2019-07-08 18:42:28 +02:00
committed by Dan Gohman
parent fa9602df80
commit 67593d997b
6 changed files with 41 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ ebb0(v0: i128):
; check: return v3, v4, v6
}
function u0:1(i64, i128) fast {
function u0:2(i64, i128) fast {
; check: ebb0(v0: i64 [%rdi], v2: i64 [%rsi], v3: i64 [%rdx], v4: i64 [%rbp]):
ebb0(v0: i64, v1: i128):
; check: store v2, v0
@@ -36,7 +36,7 @@ ebb0(v0: i64, v1: i128):
return
}
function u0:1(i64) -> i128 fast {
function u0:3(i64) -> i128 fast {
ebb0(v0: i64):
; check: v2 = load.i64 v0
; check: v3 = load.i64 v0+8