[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
diff --git a/llvm/test/CodeGen/SystemZ/cond-load-03.ll b/llvm/test/CodeGen/SystemZ/cond-load-03.ll
index 4cce92e..f440650 100644
--- a/llvm/test/CodeGen/SystemZ/cond-load-03.ll
+++ b/llvm/test/CodeGen/SystemZ/cond-load-03.ll
@@ -1,7 +1,7 @@
; Test LOCFH. See comments in asm-18.ll about testing high-word operations.
;
; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -mcpu=z13 \
-; RUN: -no-integrated-as | FileCheck %s
+; RUN: -no-integrated-as | FileCheck -allow-deprecated-dag-overlap %s
declare void @foo(i32 *)