From 9b16ece6ca288d976f61bf81c3986ffcaffe0f72 Mon Sep 17 00:00:00 2001 From: Puyan Lotfi Date: Wed, 29 Apr 2020 19:43:17 -0400 Subject: [PATCH] [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. --- llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4