diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-03 17:40:11 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-03 17:40:11 +0000 |
commit | e7397ee81ad07cab36362bab5a086f20acc60a80 (patch) | |
tree | 754e9a6f488a46ed07acb9ec250af60e950d0b14 /test/CodeGen/R600/lshr.ll | |
parent | e86f9d70ca29429ea83bc2361cf908dc566783af (diff) | |
download | external_llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.zip external_llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.gz external_llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.bz2 |
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/lshr.ll')
-rw-r--r-- | test/CodeGen/R600/lshr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshr.ll b/test/CodeGen/R600/lshr.ll index e0ed3ac..eab3fbf 100644 --- a/test/CodeGen/R600/lshr.ll +++ b/test/CodeGen/R600/lshr.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s -;CHECK: V_LSHRREV_B32_e32 VGPR0, 1, VGPR0 +;CHECK: V_LSHR_B32_e64 {{VGPR[0-9]+}}, {{[SV]GPR[0-9]+}}, 1 define void @test(i32 %p) { %i = udiv i32 %p, 2 |