blob: 078f1b05c3fc696ee9f4cdad5f107cc68a2aa700 [file] [log] [blame]
Paul Redmondc4550d42012-12-11 00:36:43 +00001; RUN: llc < %s -march=x86 -mcpu=corei7
Nadav Rotem3050e072012-07-15 20:39:08 +00002; We don't care about the output, just that it doesn't crash
3
4define <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}