repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle logical shift right (at least I hope so :) )
[llvm/msp430.git]
/
test
/
CodeGen
/
ARM
/
ret_f32_arg2.ll
blob
287d92b9eb6e3cf5aac2d2b30da8bfad4fd564ba
1
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
2
3
define float @test_f32(float %a1, float %a2) {
4
ret float %a2
5
}
6