Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc32 | grep cntlzw |
2 | ; RUN: llc < %s -march=ppc32 | not grep xori | ||||
3 | ; RUN: llc < %s -march=ppc32 | not grep {li } | ||||
4 | ; RUN: llc < %s -march=ppc32 | not grep {mr } | ||||
Chris Lattner | 511e1d1 | 2007-02-09 04:49:46 +0000 | [diff] [blame] | 5 | |
6 | define i1 @test(i64 %x) { | ||||
7 | %tmp = icmp ult i64 %x, 4294967296 | ||||
8 | ret i1 %tmp | ||||
9 | } |