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
/
X86
/
2004-06-10-StackifierCrash.ll
blob
1a51bee404d0672f01ca1b52f8a176a256f709f2
1
; RUN: llvm-as < %s | llc -march=x86
2
3
define i1 @T(double %X) {
4
%V = fcmp oeq double %X, %X ; <i1> [#uses=1]
5
ret i1 %V
6
}