[llvm] 7ad3636 - [AMDGPU] Remove update_llc_test_checks for a test

Scott Linder via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 08:49:39 PDT 2019


Author: Scott Linder
Date: 2019-10-25T11:47:33-04:00
New Revision: 7ad3636c30a2d57eb93d349873c57592e00a9e77

URL: https://github.com/llvm/llvm-project/commit/7ad3636c30a2d57eb93d349873c57592e00a9e77
DIFF: https://github.com/llvm/llvm-project/commit/7ad3636c30a2d57eb93d349873c57592e00a9e77.diff

LOG: [AMDGPU] Remove update_llc_test_checks for a test

The test split-arg-dbg-value.ll has a host-specific path in the
full output captured by update_llc_test_checks.

Fix for test failures introduced in https://reviews.llvm.org/D69402

Tags: #llvm

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll b/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
index 12af3cef4e5e..06a4d90dfeb3 100644
--- a/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
+++ b/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
@@ -1,11 +1,10 @@
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck -check-prefix=GCN %s
 ; Make sure dbg_value reports something for argument registers when they are split into multiple registers
 
 define hidden <4 x float> @split_v4f32_arg(<4 x float> returned %arg) local_unnamed_addr #0 !dbg !7 {
 ; GCN-LABEL: split_v4f32_arg:
 ; GCN:       .Lfunc_begin0:
-; GCN-NEXT:    .file 0 "/tmp/dbg.cl" md5 0x0f834f91e91489a5ff6308040ddbd175
+; GCN-NEXT:    .file 0
 ; GCN-NEXT:    .loc 0 3 0 ; /tmp/dbg.cl:3:0
 ; GCN-NEXT:  ; %bb.0:
 ; GCN-NEXT:    s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)


        


More information about the llvm-commits mailing list