[llvm-branch-commits] [llvm] 273641f - Try to fix bots after 112b3cb by removing cortex-a57-misched-mla.s

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 30 05:20:14 PST 2020


Author: Hans Wennborg
Date: 2020-11-30T14:15:56+01:00
New Revision: 273641fedc528c3d7ea96020c104a4131e179c62

URL: https://github.com/llvm/llvm-project/commit/273641fedc528c3d7ea96020c104a4131e179c62
DIFF: https://github.com/llvm/llvm-project/commit/273641fedc528c3d7ea96020c104a4131e179c62.diff

LOG: Try to fix bots after 112b3cb by removing cortex-a57-misched-mla.s

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 03241c48045d..c7489ec204c8 100644
--- a/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
+++ b/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
@@ -1,5 +1,8 @@
 # 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
+# RUN: rm -f cortex-a57-misched-mla.s
+
 # CHECK-LABEL: ********** MI Scheduling **********
 # CHECK:       %[[RES:[0-9]+]]:rgpr = t2MLA
 # CHECK-NEXT:  # preds left


        


More information about the llvm-branch-commits mailing list