blob: 915595f6dbac726f79d23e94ea4037dbf98cf140 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 | grep cntlzw
2; RUN: llc < %s -march=ppc32 | not grep xori
Chandler Carruth1de43ed2012-07-02 19:09:46 +00003; RUN: llc < %s -march=ppc32 | not grep "li "
4; RUN: llc < %s -march=ppc32 | not grep "mr "
Chris Lattner511e1d12007-02-09 04:49:46 +00005
6define i1 @test(i64 %x) {
7 %tmp = icmp ult i64 %x, 4294967296
8 ret i1 %tmp
9}