diff options
Diffstat (limited to 'test/CodeGen/R600/lshl.ll')
-rw-r--r-- | test/CodeGen/R600/lshl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshl.ll b/test/CodeGen/R600/lshl.ll index 328451c..423adb9 100644 --- a/test/CodeGen/R600/lshl.ll +++ b/test/CodeGen/R600/lshl.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s -;CHECK: V_LSHL_B32_e64 VGPR0, VGPR0, 1, 0, 0, 0, 0 +;CHECK: V_LSHLREV_B32_e32 VGPR0, 1, VGPR0 define void @test(i32 %p) { %i = mul i32 %p, 2 |