summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/load.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-25 02:39:30 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-25 02:39:30 +0000
commitd67d029b6d2d9cc4274ffea5cc5c4bd120fe3425 (patch)
tree2a4045cd2e7e005ebca28de4eabb104101b89aaa /test/CodeGen/R600/load.ll
parentfa57da12f7ce559d502a4319d39a1f0582f4d2b3 (diff)
downloadllvm-d67d029b6d2d9cc4274ffea5cc5c4bd120fe3425.tar.gz
llvm-d67d029b6d2d9cc4274ffea5cc5c4bd120fe3425.tar.bz2
llvm-d67d029b6d2d9cc4274ffea5cc5c4bd120fe3425.tar.xz
R600: Add support for i32 loads from the constant address space on Cayman
Tested-By: Aaron Watry <awatry@gmail.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/load.ll')
-rw-r--r--test/CodeGen/R600/load.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/load.ll b/test/CodeGen/R600/load.ll
index ff774ec922..d1ebaa39f6 100644
--- a/test/CodeGen/R600/load.ll
+++ b/test/CodeGen/R600/load.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=R600-CHECK %s
+; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck --check-prefix=R600-CHECK %s
; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck --check-prefix=SI-CHECK %s
; Load an i8 value from the global address space.