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
/
2012-07-15-BuildVectorPromote.ll
blob
2d72d2b2575c185d3b751ee4cf9690ca091acff7
1
; RUN: llc < %s -mtriple=i686-- -mcpu=corei7
2
; We don't care about the output, just that it doesn't crash
3
4
define <1 x i1> @buildvec_promote() {
5
%cmp = icmp ule <1 x i32> undef, undef
6
%sel = select i1 undef, <1 x i1> undef, <1 x i1> %cmp
7
ret <1 x i1> %sel
8
}