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/immv216.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/immv216.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/immv216.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/immv216.ll b/llvm/test/CodeGen/AMDGPU/immv216.ll index 85ad365d02a..c15a30e3c54 100644 --- a/llvm/test/CodeGen/AMDGPU/immv216.ll +++ b/llvm/test/CodeGen/AMDGPU/immv216.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=gfx901 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=GFX9 %s +; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=gfx901 -mattr=-flat-for-global -verify-machineinstrs -enable-packed-inlinable-literals < %s | FileCheck -check-prefix=GCN -check-prefix=GFX9 %s ; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=fiji -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s ; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=kaveri -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=CI %s ; FIXME: Merge into imm.ll |

