Skip to content

Commit 6856e05

Browse files
committed
Update llvm/test/CodeGen/AMDGPU/preload-implicit-kernargs-debug-info.ll
1 parent 040cd8d commit 6856e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/preload-implicit-kernargs-debug-info.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940 -passes='amdgpu-attributor,function(amdgpu-lower-kernel-arguments)' -amdgpu-kernarg-preload-count=16 -S < %s 2>&1 \
1+
; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -passes='amdgpu-attributor,function(amdgpu-lower-kernel-arguments)' -amdgpu-kernarg-preload-count=16 -S < %s 2>&1 \
22
; RUN: | FileCheck --match-full-lines --implicit-check-not='declare' %s
33

44
; Confirms we do not leave behind a declaration which references the same

0 commit comments

Comments
 (0)