repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
mul64.ll
blob
5a25c5d0e9deaac8ec131b87c575041eee59edaf
1
; RUN: llc < %s -march=x86 | grep mul | count 3
2
3
define i64 @foo(i64 %t, i64 %u) {
4
%k = mul i64 %t, %u
5
ret i64 %k
6
}