[mips][msa] Added a regression test that depended on multiple patches to pass.
[oota-llvm.git] / test / CodeGen / R600 / lshr.ll
index 0d3f524b9bbf587e0bcc46e33549d332e1914d28..5b1620bbc8f40f5519c3a1fc675707669c9ddfb6 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_LSHR_B32_e64 VGPR0, VGPR0, 1, 0, 0, 0, 0
+;CHECK: V_LSHR_B32_e64 {{VGPR[0-9]}}, SGPR{{[0-9]}}, 1
 
 define void @test(i32 %p) {
    %i = udiv i32 %p, 2