diff options
| author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-04-21 19:45:22 +0000 |
|---|---|---|
| committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-04-21 19:45:22 +0000 |
| commit | 3d1cc88c68cd380f5fc55d95d323d7ba7ba98eb6 (patch) | |
| tree | a3eb52e0cf247a5d747ca7efeb91bbee624a0213 /llvm/test/CodeGen/AMDGPU/sub.v2i16.ll | |
| parent | 9703df2b360a88758def72b66b395c1709ced9f5 (diff) | |
| download | bcm5719-llvm-3d1cc88c68cd380f5fc55d95d323d7ba7ba98eb6.tar.gz bcm5719-llvm-3d1cc88c68cd380f5fc55d95d323d7ba7ba98eb6.zip | |
AMDGPU: Temporarily disable packed inlinable literals (v2f16, v2i16)
Differential Revision: https://reviews.llvm.org/D32361
llvm-svn: 301028
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/sub.v2i16.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/sub.v2i16.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll b/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll index 69f0accef62..431344670ff 100644 --- a/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll +++ b/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=amdgcn -mcpu=gfx901 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GFX9 -check-prefix=GCN %s +; RUN: llc -march=amdgcn -mcpu=gfx901 -mattr=-flat-for-global -verify-machineinstrs -enable-packed-inlinable-literals < %s | FileCheck -check-prefix=GFX9 -check-prefix=GCN %s ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=VI -check-prefix=GCN %s ; FIXME: Need to handle non-uniform case for function below (load without gep). |

