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
Now that PR2957 is resolved, remove a bunch of
[llvm/msp430.git]
/
test
/
CodeGen
/
XCore
/
fneg.ll
blob
ac30410cf89794bfea6138f0eaf2dc5d08338cc4
1
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
2
; RUN: grep "bl __subdf3" %t1.s | count 1
3
define i1 @test(double %F) nounwind {
4
entry:
5
%0 = sub double -0.000000e+00, %F
6
%1 = fcmp olt double 0.000000e+00, %0
7
ret i1 %1
8
}