Files
kotlin-fork/backend.native
Konstantin Anisimov 3617161247 numeric literal support:
define i32 @kfun:sum(i32) {
entry:
  %a = alloca i32
  store i32 %0, i32* %a
  %tmp1 = load i32, i32* %a
  %tmp0 = add i32 %tmp1, 33
  ret i32 %tmp0
}
2016-10-28 12:31:38 +03:00
..
2016-10-20 23:03:10 +03:00
2016-10-23 12:13:17 +03:00
2016-10-28 12:27:12 +03:00