Skip to content

Commit 086f67c

Browse files
committed
implement feedback
1 parent c8f6769 commit 086f67c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

llvm/test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id-unsupported-calling-convention.ll

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck --check-prefix=SELDAG %s
3-
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck --check-prefix=GLOBALISEL %s
2+
; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck %s
3+
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck %s
44

55
declare i32 @llvm.amdgcn.workitem.id.x()
66
declare i32 @llvm.amdgcn.workitem.id.y()
77
declare i32 @llvm.amdgcn.workitem.id.z()
88

99
define amdgpu_ps void @undefined_workitems(ptr addrspace(1) %p, ptr addrspace(1) %q, ptr addrspace(1) %r) {
10-
; SELDAG-LABEL: undefined_workitems:
11-
; SELDAG: ; %bb.0:
12-
; SELDAG-NEXT: s_endpgm
13-
;
14-
; GLOBALISEL-LABEL: undefined_workitems:
15-
; GLOBALISEL: ; %bb.0:
16-
; GLOBALISEL-NEXT: s_endpgm
10+
; CHECK-LABEL: undefined_workitems:
11+
; CHECK: ; %bb.0:
12+
; CHECK-NEXT: s_endpgm
1713
%id.x = call i32 @llvm.amdgcn.workitem.id.x()
1814
store i32 %id.x, ptr addrspace(1) %p
1915
%id.y = call i32 @llvm.amdgcn.workitem.id.y()

0 commit comments

Comments
 (0)