Add 'asserts' requiremnt to test/CodeGen/ARM/cortex-a57-misched-mla.mir
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 30 Nov 2020 14:19:27 +0000 (15:19 +0100)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 30 Nov 2020 14:19:27 +0000 (15:19 +0100)
'-debug-only=machine-scheduler' only works when asserts are enabled.

llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir

index ed6e47d..ffb0c98 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: asserts
 # RUN: llc -mcpu=cortex-a57 -mtriple=thumb -enable-misched -run-pass=machine-scheduler -debug-only=machine-scheduler %s -o - 2>&1 | FileCheck %s
 
 # TODO: Remove once bots have removed the output file left by 112b3cb