finish: [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
authorJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 11 Jul 2018 20:31:51 +0000 (20:31 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 11 Jul 2018 20:31:51 +0000 (20:31 +0000)
Differential Revision: https://reviews.llvm.org/D47171

This contains the portions of that patch that could not be committed
using the git monorepo because of dos line ending problems.

llvm-svn: 336848

llvm/test/CodeGen/NVPTX/f16x2-instructions.ll
llvm/test/CodeGen/NVPTX/param-load-store.ll

index bd945b9..1dae1de 100644 (file)
@@ -1,16 +1,16 @@
 ; ## Full FP16 support enabled by default.\r
 ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_53 -asm-verbose=false \\r
 ; RUN:          -O0 -disable-post-ra -disable-fp-elim -verify-machineinstrs \\r
-; RUN: | FileCheck -check-prefixes CHECK,CHECK-F16 %s\r
+; RUN: | FileCheck -allow-deprecated-dag-overlap -check-prefixes CHECK,CHECK-F16 %s\r
 ; ## FP16 support explicitly disabled.\r
 ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_53 -asm-verbose=false \\r
 ; RUN:          -O0 -disable-post-ra -disable-fp-elim --nvptx-no-f16-math \\r
 ; RUN:           -verify-machineinstrs \\r
-; RUN: | FileCheck -check-prefixes CHECK,CHECK-NOF16 %s\r
+; RUN: | FileCheck -allow-deprecated-dag-overlap -check-prefixes CHECK,CHECK-NOF16 %s\r
 ; ## FP16 is not supported by hardware.\r
 ; RUN: llc < %s -O0 -mtriple=nvptx64-nvidia-cuda -mcpu=sm_52 -asm-verbose=false \\r
 ; RUN:          -disable-post-ra -disable-fp-elim -verify-machineinstrs \\r
-; RUN: | FileCheck -check-prefixes CHECK,CHECK-NOF16 %s\r
+; RUN: | FileCheck -allow-deprecated-dag-overlap -check-prefixes CHECK,CHECK-NOF16 %s\r
 \r
 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"\r
 \r
index 589b979..d2c5495 100644 (file)
@@ -1,5 +1,5 @@
 ; Verifies correctness of load/store of parameters and return values.\r
-; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -O0 -verify-machineinstrs | FileCheck %s\r
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -O0 -verify-machineinstrs | FileCheck -allow-deprecated-dag-overlap %s\r
 \r
 %s_i1 = type { i1 }\r
 %s_i8 = type { i8 }\r