repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Add llvm.amdgcn.global.load.lds intrinsic
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
2009-04-08-FREM.ll
blob
e0f9485888d9e1b5e832f87ec58c8eb8db19d2fc
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
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
}