[llvm] 845c8a6 - [AMDGPU] Add rm line to lit test to cleanup bots

Baptiste Saleil via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 15:28:39 PDT 2021


Author: Baptiste Saleil
Date: 2021-05-04T18:27:50-04:00
New Revision: 845c8a60e9f3f6ce9bd8e7d312438f8824fbfdac

URL: https://github.com/llvm/llvm-project/commit/845c8a60e9f3f6ce9bd8e7d312438f8824fbfdac
DIFF: https://github.com/llvm/llvm-project/commit/845c8a60e9f3f6ce9bd8e7d312438f8824fbfdac.diff

LOG: [AMDGPU] Add rm line to lit test to cleanup bots

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 0ea74906d856..b97731b93dcd 100644
--- a/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
+++ b/llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
@@ -1,3 +1,5 @@
+; 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 | FileCheck -check-prefix=GCN-O0 %s
 ; RUN: llc -O1 -mtriple=amdgcn--amdhsa -disable-verify -debug-pass=Structure < %s 2>&1 | FileCheck -check-prefix=GCN-O1 %s
 ; RUN: llc -O1 -mtriple=amdgcn--amdhsa -disable-verify -amdgpu-scalar-ir-passes -amdgpu-sdwa-peephole \


        


More information about the llvm-commits mailing list