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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2004-06-10-StackifierCrash.ll
blob
88acc6ad9af82adec12e6bf1e9f2db0bee42bac5
1
; RUN: llc < %s -mtriple=i686--
2
3
define i1 @T(double %X) {
4
%V = fcmp oeq double %X, %X ; <i1> [#uses=1]
5
ret i1 %V
6
}