[llvm] 234a529 - Add 'asserts' requiremnt to test/CodeGen/ARM/cortex-a57-misched-mla.mir

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 06:20:03 PST 2020


Author: Dmitri Gribenko
Date: 2020-11-30T15:19:27+01:00
New Revision: 234a5297aa00648cba00347f24e9e9b99abde289

URL: https://github.com/llvm/llvm-project/commit/234a5297aa00648cba00347f24e9e9b99abde289
DIFF: https://github.com/llvm/llvm-project/commit/234a5297aa00648cba00347f24e9e9b99abde289.diff

LOG: Add 'asserts' requiremnt to test/CodeGen/ARM/cortex-a57-misched-mla.mir

'-debug-only=machine-scheduler' only works when asserts are enabled.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir b/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
index ed6e47d4bb20..ffb0c98055e3 100644
--- a/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
+++ b/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
@@ -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


        


More information about the llvm-commits mailing list