diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-04-05 23:31:35 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-04-05 23:31:35 +0000 |
commit | 2f21c7e551e119de7c428eb649176ad581bfda70 (patch) | |
tree | 7b630ed93ed8dbe51bb14861eda01b46696a55b6 /llvm/test/CodeGen/R600/lshr.ll | |
parent | edbf1eb42be8108bd4d16674f77a08ea391f06fa (diff) | |
download | bcm5719-llvm-2f21c7e551e119de7c428eb649176ad581bfda70.tar.gz bcm5719-llvm-2f21c7e551e119de7c428eb649176ad581bfda70.zip |
R600/SI: Add processor types for each SI variant
Reviewed-by: Christian König <christian.koenig@amd.com>
llvm-svn: 178928
Diffstat (limited to 'llvm/test/CodeGen/R600/lshr.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/lshr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/lshr.ll b/llvm/test/CodeGen/R600/lshr.ll index 551eac1d76b..e0ed3ac0786 100644 --- a/llvm/test/CodeGen/R600/lshr.ll +++ b/llvm/test/CodeGen/R600/lshr.ll @@ -1,4 +1,4 @@ -;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s +;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s ;CHECK: V_LSHRREV_B32_e32 VGPR0, 1, VGPR0 |