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
Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git]
/
test
/
CodeGen
/
Alpha
/
mul128.ll
blob
daf8409409dd573afe0cf25b60bfa62e0529ea61
1
; RUN: llc < %s -march=alpha
2
3
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4
entry:
5
%r = mul i128 %a, %b
6
ret i128 %r
7
}