summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Linder <Scott.Linder@amd.com>2019-10-25 11:36:07 -0400
committerScott Linder <Scott.Linder@amd.com>2019-10-25 11:47:33 -0400
commit7ad3636c30a2d57eb93d349873c57592e00a9e77 (patch)
tree6d297bc06ca6e4b5c59f2c7a74067bd191fc4360
parentb82fa80e807df81a712fb55a30b91ee96e1eca07 (diff)
downloadbcm5719-llvm-7ad3636c30a2d57eb93d349873c57592e00a9e77.tar.gz
bcm5719-llvm-7ad3636c30a2d57eb93d349873c57592e00a9e77.zip
[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
-rw-r--r--llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll b/llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
index 12af3cef4e5..06a4d90dfeb 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)
OpenPOWER on IntegriCloud