10 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep cntlzw2; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep xori3; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep "li "4; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep "mr "5 6define i1 @test(i64 %x) {7 %tmp = icmp ult i64 %x, 42949672968 ret i1 %tmp9}10