This commit is contained in:
bjorn3
2019-06-12 19:55:00 +02:00
committed by Dan Gohman
parent c9a25abbc4
commit 4305fe37a0

View File

@@ -0,0 +1,13 @@
test compile
target x86_64
function u0:0(i128) -> i128 fast {
ebb0(v0: i128):
v1 = iconst.i64 0
v2 = iconst.i64 42
v3 = iconcat.i64 v1, v2
return v3
; check: v1 = iconst.i64 0
; check: v2 = iconst.i64 42
; check: return v1, v2, v7
}