repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
2009-04-08-FREM.ll
blob
c7e343c89203ce738ff0d821bd4a89152d560f7d
1
; RUN: llvm-as < %s | llc -march=arm
2
3
declare i32 @printf(i8*, ...)
4
5
define i32 @main() {
6
%rem_r = frem double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
7
%1 = call i32 (i8*, ...)* @printf(i8* null, double %rem_r) ; <i32> [#uses=0]
8
ret i32 0
9
}