diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 01:12:00 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 01:12:00 +0000 |
commit | 4781d314b7b0bd239dc3986b4157726e80a270ba (patch) | |
tree | 14e00a8ea62034836af2f92ca88147267fbee245 /test/CodeGen/R600/vertex-fetch-encoding.ll | |
parent | 6b88cdb34cc78f815946b8ebe6c2332d084526ad (diff) | |
download | external_llvm-4781d314b7b0bd239dc3986b4157726e80a270ba.zip external_llvm-4781d314b7b0bd239dc3986b4157726e80a270ba.tar.gz external_llvm-4781d314b7b0bd239dc3986b4157726e80a270ba.tar.bz2 |
R600: Add support for v4i32 stores on Cayman
Tested-by: Aaron Watry <awatry@gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/vertex-fetch-encoding.ll')
-rw-r--r-- | test/CodeGen/R600/vertex-fetch-encoding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/vertex-fetch-encoding.ll b/test/CodeGen/R600/vertex-fetch-encoding.ll index d892229..7ea7a5c 100644 --- a/test/CodeGen/R600/vertex-fetch-encoding.ll +++ b/test/CodeGen/R600/vertex-fetch-encoding.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=r600 -show-mc-encoding -mcpu=barts | FileCheck --check-prefix=NI-CHECK %s -; RUN: not llc < %s -march=r600 -show-mc-encoding -mcpu=cayman | FileCheck --check-prefix=CM-CHECK %s +; RUN: llc < %s -march=r600 -show-mc-encoding -mcpu=cayman | FileCheck --check-prefix=CM-CHECK %s ; NI-CHECK: @vtx_fetch32 ; NI-CHECK: VTX_READ_32 T[[GPR:[0-9]]].X, T[[GPR]].X, 0 ; encoding: [0x40,0x01,0x0[[GPR]],0x10,0x0[[GPR]],0xf0,0x5f,0x13,0x00,0x00,0x08,0x00 |