blob: 78cdf4a4d9027047e83b78ffd4e866f621f2fda5 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
Chandler Carruth4177e6f2012-07-02 12:47:22 +00002; RUN: grep "srwi r3, r3, 31"
Chris Lattnercb42ba42007-04-11 05:32:13 +00003
Chris Lattner593959b2007-04-11 15:24:04 +00004define i32 @test1(i32 %X) {
Chris Lattnercb42ba42007-04-11 05:32:13 +00005entry:
6 icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
7 zext i1 %0 to i32 ; <i32>:1 [#uses=1]
8 ret i32 %1
9}
10