log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
tobaru
>
cbc
>
CbC_llvm
comparison test/CodeGen/ARM/arguments3.ll @ 0:
95c75e76d11b
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
LLVM 3.4
author
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date
Thu, 12 Dec 2013 13:56:28 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:95c75e76d11b
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi
2
; RUN: llc < %s -mtriple=arm-apple-darwin
3
4
define i64 @f(i32 %a, i128 %b) {
5
%tmp = call i64 @g(i128 %b)
6
ret i64 %tmp
7
}
8
9
declare i64 @g(i128)