summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/lshl.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-03 17:40:11 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-03 17:40:11 +0000
commite7397ee81ad07cab36362bab5a086f20acc60a80 (patch)
tree754e9a6f488a46ed07acb9ec250af60e950d0b14 /test/CodeGen/R600/lshl.ll
parente86f9d70ca29429ea83bc2361cf908dc566783af (diff)
downloadllvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.gz
llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.bz2
llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.xz
R600/SI: Add a calling convention for compute shaders
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/lshl.ll')
-rw-r--r--test/CodeGen/R600/lshl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshl.ll b/test/CodeGen/R600/lshl.ll
index fb698da627..9e29b0d003 100644
--- a/test/CodeGen/R600/lshl.ll
+++ b/test/CodeGen/R600/lshl.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s
-;CHECK: V_LSHLREV_B32_e32 VGPR0, 1, VGPR0
+;CHECK: V_LSHL_B32_e64 VGPR{{[0-9]+}}, {{[SV]GPR[0-9]+}}, 1
define void @test(i32 %p) {
%i = mul i32 %p, 2