[llvm] 9122b50 - [llvm] Remove an old bot cleanup command

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 12:02:46 PST 2022


Author: Nico Weber
Date: 2022-01-20T15:02:35-05:00
New Revision: 9122b5072aa77e98804b2bf8ca2a60d152198b2e

URL: https://github.com/llvm/llvm-project/commit/9122b5072aa77e98804b2bf8ca2a60d152198b2e
DIFF: https://github.com/llvm/llvm-project/commit/9122b5072aa77e98804b2bf8ca2a60d152198b2e.diff

LOG: [llvm] Remove an old bot cleanup command

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/llc-pipeline.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll b/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
index 660595a380db..d3ae8bb87622 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 \


        


More information about the llvm-commits mailing list