diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-04-05 23:31:51 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-04-05 23:31:51 +0000 |
commit | 17ea10cb792832c99677afa13b9b866098bc4679 (patch) | |
tree | e26a4cf96b4386dc4053e845a967abb7bf893ae0 /test/CodeGen/R600/imm.ll | |
parent | e340b7728a0936429fc1938c36fc4bdccb5fdc19 (diff) | |
download | external_llvm-17ea10cb792832c99677afa13b9b866098bc4679.zip external_llvm-17ea10cb792832c99677afa13b9b866098bc4679.tar.gz external_llvm-17ea10cb792832c99677afa13b9b866098bc4679.tar.bz2 |
R600/SI: Add support for buffer stores v2
v2:
- Use the ADDR64 bit
Reviewed-by: Christian König <christian.koenig@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/imm.ll')
-rw-r--r-- | test/CodeGen/R600/imm.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/R600/imm.ll b/test/CodeGen/R600/imm.ll index 02b7309..979efb0 100644 --- a/test/CodeGen/R600/imm.ll +++ b/test/CodeGen/R600/imm.ll @@ -1,8 +1,5 @@ ; RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s -; XXX: Enable once SI supports buffer stores -; XFAIL: * - ; Use a 64-bit value with lo bits that can be represented as an inline constant ; CHECK: @i64_imm_inline_lo ; CHECK: S_MOV_B32 [[LO:SGPR[0-9]+]], 5 |