[llvm] 2ca4785 - Remove rm -f cortex-a57-misched-mla.s; hopefully the bots have all cycled past it now

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 04:54:46 PST 2020


Author: Hans Wennborg
Date: 2020-12-01T13:50:49+01:00
New Revision: 2ca4785ac7001204f2c63a6f5764c4294ff4891d

URL: https://github.com/llvm/llvm-project/commit/2ca4785ac7001204f2c63a6f5764c4294ff4891d
DIFF: https://github.com/llvm/llvm-project/commit/2ca4785ac7001204f2c63a6f5764c4294ff4891d.diff

LOG: Remove rm -f cortex-a57-misched-mla.s; hopefully the bots have all cycled past it now

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


        


More information about the llvm-commits mailing list