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 | 2a4d3e7e873d4c62a4b751ac9f96a3d787c8ee9c (patch) | |
tree | 9ab112b9d8168af16da3a6e39807a8e95a2e0031 /test/CodeGen/R600/lshr.ll | |
parent | 2fc7443498aee66e0112ef65a8466fa98d46e712 (diff) | |
download | external_llvm-2a4d3e7e873d4c62a4b751ac9f96a3d787c8ee9c.zip external_llvm-2a4d3e7e873d4c62a4b751ac9f96a3d787c8ee9c.tar.gz external_llvm-2a4d3e7e873d4c62a4b751ac9f96a3d787c8ee9c.tar.bz2 |
R600/SI: Add processor types for each SI variant
Reviewed-by: Christian König <christian.koenig@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178928 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 551eac1..e0ed3ac 100644 --- a/test/CodeGen/R600/lshr.ll +++ b/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 |