R600/SI: Implement i64 ctpop
[oota-llvm.git] / test / CodeGen / R600 / lshr.ll
index 551eac1d76bf9cbc9b05ac768e17f5f56629463d..886d1c4854dfbe1971bddf29bf2e7b39d41caa87 100644 (file)
@@ -1,6 +1,6 @@
-;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s
+;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
 
-;CHECK: V_LSHRREV_B32_e32 VGPR0, 1, VGPR0
+;CHECK: S_LSHR_B32 s{{[0-9]}}, s{{[0-9]}}, 1
 
 define void @test(i32 %p) {
    %i = udiv i32 %p, 2