R600/SI: Implement i64 ctpop
[oota-llvm.git] / test / CodeGen / R600 / lshl.ll
index 328451c1e73c102013b10ac472ec632905088623..216283910009071fe9984aab5a15081c99c62cfe 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_LSHL_B32_e64 VGPR0, VGPR0, 1, 0, 0, 0, 0
+;CHECK: S_LSHL_B32 s{{[0-9]}}, s{{[0-9]}}, 1
 
 define void @test(i32 %p) {
    %i = mul i32 %p, 2