1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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.
This commit is contained in:
Puyan Lotfi 2020-04-29 19:43:17 -04:00
parent c4aa35950b
commit 7cb813a632

View 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