Add b128 type to fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user