[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / CodeGen / PowerPC / long-compare.ll
blob7a06b3ed605377fdf9be38487ce42ffc6144d51b
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep cntlzw
2 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep xori
3 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep "li "
4 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep "mr "
6 define i1 @test(i64 %x) {
7   %tmp = icmp ult i64 %x, 4294967296
8   ret i1 %tmp