From 9122b5072aa77e98804b2bf8ca2a60d152198b2e Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 20 Jan 2022 15:02:35 -0500 Subject: [PATCH] [llvm] Remove an old bot cleanup command --- llvm/test/CodeGen/AMDGPU/llc-pipeline.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll b/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll index 660595a..d3ae8bb 100644 --- a/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll +++ b/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll @@ -1,7 +1,5 @@ ; When EXPENSIVE_CHECKS are enabled, the machine verifier appears between each ; pass. Ignore it with 'grep -v'. -; fixme: the following line is added to cleanup bots, will be removed in weeks. -; RUN: rm -f %S/llc-pipeline.s ; RUN: llc -O0 -mtriple=amdgcn--amdhsa -disable-verify -debug-pass=Structure < %s 2>&1 \ ; RUN: | grep -v 'Verify generated machine code' | FileCheck -match-full-lines -strict-whitespace -check-prefix=GCN-O0 %s ; RUN: llc -O1 -mtriple=amdgcn--amdhsa -disable-verify -debug-pass=Structure < %s 2>&1 \ -- 2.7.4