[llvm-branch-commits] [llvm] 2ca4785 - Remove rm -f cortex-a57-misched-mla.s; hopefully the bots have all cycled past it now
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 1 04:59:22 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 ffb0c98055e35..1b40a0b8effb1 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-branch-commits
mailing list