[mips][msa] Added a regression test that depended on multiple patches to pass.
[oota-llvm.git] / test / CodeGen / R600 / lshl.ll
index fb698da62719ec5fa582ceca333234695b87ea86..06736c0b7306fbddcfa3857602372dc4764cddc2 100644 (file)
@@ -1,6 +1,6 @@
-;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s
+;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
 
-;CHECK: V_LSHLREV_B32_e32 VGPR0, 1, VGPR0
+;CHECK: V_LSHL_B32_e64 VGPR{{[0-9]}}, SGPR{{[0-9]}}, 1
 
 define void @test(i32 %p) {
    %i = mul i32 %p, 2