repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
GlobalISel
/
function-returns.v2i65.ll
blob
09df9400197e670ef069afa018725e6204d29fb2
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>, ptr addrspace(1) undef
6
ret <2 x i65> %val
7
}