Skip to content

Commit ca66f74

Browse files
committed
AMDGPU: Merge tests for llvm.amdgcn.dispatch.id
1 parent 2e4643a commit ca66f74

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.dispatch.id.ll

Lines changed: 0 additions & 20 deletions
This file was deleted.

llvm/test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.id.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; RUN: llc -mtriple=amdgcn--amdhsa -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
1+
; RUN: llc -global-isel=0 -mtriple=amdgcn--amdhsa < %s | FileCheck -check-prefix=GCN %s
2+
; RUN: llc -global-isel -mtriple=amdgcn--amdhsa < %s | FileCheck -check-prefix=GCN %s
23

34
declare i64 @llvm.amdgcn.dispatch.id() #1
45

0 commit comments

Comments
 (0)