[llvm] r327230 - Revert r327199: "Clean up a temp file on the buildbots"

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 10 15:22:46 PST 2018


Author: gbiv
Date: Sat Mar 10 15:22:46 2018
New Revision: 327230

URL: http://llvm.org/viewvc/llvm-project?rev=327230&view=rev
Log:
Revert r327199: "Clean up a temp file on the buildbots"

"I'll revert this tomorrow," I said yesterday. This should've reached
all the bots it can by now.

Modified:
    llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll

Modified: llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll?rev=327230&r1=327229&r2=327230&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll Sat Mar 10 15:22:46 2018
@@ -1,7 +1,5 @@
 ; REQUIRES: arm-registered-target
 ; REQUIRES: asserts
-; Temporary hack: some bots have this file hanging around. Get rid of it.
-; RUN: rm -f %S/vecreduce-propagate-sd-flags.s
 ; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s
 
 ; This test check that when v4f64 gets broken down to two v2f64 it maintains




More information about the llvm-commits mailing list