diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-29 20:58:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-29 20:58:36 +0000 |
commit | aac4ca60bc813a35242145a1f92f325303d5df6e (patch) | |
tree | 54239710d884acb23a5547b772e5743386c7ff0b /test/CodeGen/AMDGPU/ctlz.ll | |
parent | 02a336801959d4fc2ea0657d4489596e1ecbfee0 (diff) |
Notes
Diffstat (limited to 'test/CodeGen/AMDGPU/ctlz.ll')
-rw-r--r-- | test/CodeGen/AMDGPU/ctlz.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AMDGPU/ctlz.ll b/test/CodeGen/AMDGPU/ctlz.ll index 13f38d25aa8b0..1a0027dd4a3c4 100644 --- a/test/CodeGen/AMDGPU/ctlz.ll +++ b/test/CodeGen/AMDGPU/ctlz.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=SI -check-prefix=FUNC %s -; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=cypress -verify-machineinstrs < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s declare i7 @llvm.ctlz.i7(i7, i1) nounwind readnone |