[llvm] 9b16ece - [test][MachineOutliner] REQUIRES: asserts

Puyan Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 16:47:37 PDT 2020


Author: Puyan Lotfi
Date: 2020-04-29T19:43:17-04:00
New Revision: 9b16ece6ca288d976f61bf81c3986ffcaffe0f72

URL: https://github.com/llvm/llvm-project/commit/9b16ece6ca288d976f61bf81c3986ffcaffe0f72
DIFF: https://github.com/llvm/llvm-project/commit/9b16ece6ca288d976f61bf81c3986ffcaffe0f72.diff

LOG: [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.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir b/llvm/test/CodeGen/AArch64/machine-outliner-iterative-2.mir
index a3093eaf66ea..33b0dfe783a8 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
 


        


More information about the llvm-commits mailing list