diff options
| author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:25:49 +0000 |
|---|---|---|
| committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-07-11 20:25:49 +0000 |
| commit | 9fa9c9368da933ccdc9d561e026ac3cabe387a8d (patch) | |
| tree | 7845f4e994538e675632eb2b073daa6b01361cfa /llvm/test/CodeGen/AMDGPU/llvm.log2.ll | |
| parent | a934f9da411056d9c54a693f8e45ba9485aa1cd0 (diff) | |
| download | bcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.tar.gz bcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.zip | |
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
See https://reviews.llvm.org/D47106 for details.
Reviewed By: probinson
Differential Revision: https://reviews.llvm.org/D47171
This commit drops that patch's changes to:
llvm/test/CodeGen/NVPTX/f16x2-instructions.ll
llvm/test/CodeGen/NVPTX/param-load-store.ll
For some reason, the dos line endings there prevent me from commiting
via the monorepo. A follow-up commit (not via the monorepo) will
finish the patch.
llvm-svn: 336843
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.log2.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.log2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.log2.ll b/llvm/test/CodeGen/AMDGPU/llvm.log2.ll index 15138cff00d..bb97a2b2632 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.log2.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.log2.ll @@ -1,7 +1,7 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s --check-prefix=EG --check-prefix=FUNC -;RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck %s --check-prefix=CM --check-prefix=FUNC -;RUN: llc < %s -march=amdgcn -mcpu=tahiti | FileCheck %s --check-prefix=SI --check-prefix=FUNC -;RUN: llc < %s -march=amdgcn -mcpu=tonga | FileCheck %s --check-prefix=SI --check-prefix=FUNC +;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=EG --check-prefix=FUNC +;RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=CM --check-prefix=FUNC +;RUN: llc < %s -march=amdgcn -mcpu=tahiti | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=SI --check-prefix=FUNC +;RUN: llc < %s -march=amdgcn -mcpu=tonga | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=SI --check-prefix=FUNC ;FUNC-LABEL: {{^}}test: ;EG: LOG_IEEE |

