Legalize bint.i8

This commit is contained in:
bjorn3
2018-08-13 21:23:25 +02:00
parent ad184ff9aa
commit fa65ee7a68
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
test compile
target x86_64
function u0:0() -> i8 fast {
ebb0:
v14 = bconst.b1 false
v15 = bint.i8 v14
return v15
}