From: Puyan Lotfi Date: Wed, 29 Apr 2020 23:43:17 +0000 (-0400) Subject: [test][MachineOutliner] REQUIRES: asserts X-Git-Tag: llvmorg-12-init~7395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b16ece6ca288d976f61bf81c3986ffcaffe0f72;p=platform%2Fupstream%2Fllvm.git [test][MachineOutliner] REQUIRES: asserts This new test checks some of the debug output to ensure what iteration the outliner reached a fixed point. For now I am making it REQUIRES: asserts so that it wont break any bots that have asserts disabled. --- diff --git a/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir b/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir index a3093ea..33b0dfe 100644 --- a/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir +++ b/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir @@ -1,3 +1,4 @@ +# REQUIRES: asserts # RUN: llc -mtriple=aarch64-linux-gnu -run-pass=machine-outliner \ # RUN: -machine-outliner-reruns=0 -verify-machineinstrs %s -o - | FileCheck --check-prefix=ITER1 %s