8 lines
235 B
LLVM
8 lines
235 B
LLVM
; XFAIL: *
|
|
; RUN: llc -global-isel -march=amdgcn -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s
|
|
|
|
define void @void_func_v2i65(<2 x i65> %arg0) #0 {
|
|
store <2 x i65> %arg0, <2 x i65> addrspace(1)* undef
|
|
ret void
|
|
}
|