diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 01:12:06 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 01:12:06 +0000 |
commit | ec484277dd04399d7b2ea37508e39fc4998bc9a7 (patch) | |
tree | 4a98a36ec60927ca4e52539ca15fed7754fe6660 /test/CodeGen/R600/si-vector-hang.ll | |
parent | 4781d314b7b0bd239dc3986b4157726e80a270ba (diff) | |
download | external_llvm-ec484277dd04399d7b2ea37508e39fc4998bc9a7.zip external_llvm-ec484277dd04399d7b2ea37508e39fc4998bc9a7.tar.gz external_llvm-ec484277dd04399d7b2ea37508e39fc4998bc9a7.tar.bz2 |
R600: Add support for i16 and i8 global stores
Tested-by: Aaron Watry <awatry@gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/si-vector-hang.ll')
-rw-r--r-- | test/CodeGen/R600/si-vector-hang.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/R600/si-vector-hang.ll b/test/CodeGen/R600/si-vector-hang.ll index 0b0e210..fe53d60 100644 --- a/test/CodeGen/R600/si-vector-hang.ll +++ b/test/CodeGen/R600/si-vector-hang.ll @@ -1,7 +1,5 @@ ; RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s -; XXX: Mark this test as XFAIL until buffer stores are implemented -; XFAIL: * ; CHECK: @test_8_min_char ; CHECK: BUFFER_STORE_BYTE ; CHECK: BUFFER_STORE_BYTE |