[llvm] Unbreak no-asserts testing after 18839be9c5

This commit is contained in:
David Zarzycki 2021-04-27 05:44:17 -04:00
parent 4c6eb3886c
commit 646b007d11
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; RUN: opt -S -loop-fusion -pass-remarks-analysis=loop-fusion -disable-output < %s 2>&1 | FileCheck %s
; REQUIRES: asserts
@B = common global [1024 x i32] zeroinitializer, align 16

View File

@ -1,4 +1,5 @@
; RUN: opt -S -loop-fusion -pass-remarks-missed=loop-fusion -disable-output < %s 2>&1 | FileCheck %s
; REQUIRES: asserts
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"

View File

@ -2,6 +2,7 @@
; RUN: opt -S -loop-fusion < %s | FileCheck %s
; RUN: opt -S -loop-fusion -pass-remarks-output=%t < %s
; RUN: FileCheck --input-file=%t %s --check-prefix REMARKS
; REQUIRES: asserts
define dso_local void @pr48060(i1 %cond) {
; CHECK-LABEL: @pr48060(