Skip to content

Commit d97fb55

Browse files
committed
AMDGPU/GlobalISel: Add failing ABI lowering testcases
1 parent e09f98a commit d97fb55

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
; XFAIL: *
2+
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s
3+
4+
define <2 x i65> @v2i65_func_void() #0 {
5+
%val = load <2 x i65>, <2 x i65> addrspace(1)* undef
6+
ret <2 x i65> %val
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
; XFAIL: *
2+
; RUN: llc -global-isel -march=amdgcn -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s
3+
4+
define void @void_func_v2i65(<2 x i65> %arg0) #0 {
5+
store <2 x i65> %arg0, <2 x i65> addrspace(1)* undef
6+
ret void
7+
}

0 commit comments

Comments
 (0)