forked from OSchip/llvm-project
[llvm] Unbreak no-asserts testing after 18839be9c5
This commit is contained in:
parent
4c6eb3886c
commit
646b007d11
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue