[test][MachineOutliner] REQUIRES: asserts
authorPuyan Lotfi <puyan@puyan.org>
Wed, 29 Apr 2020 23:43:17 +0000 (19:43 -0400)
committerPuyan Lotfi <puyan@puyan.org>
Wed, 29 Apr 2020 23:43:17 +0000 (19:43 -0400)
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

index a3093ea..33b0dfe 100644 (file)
@@ -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