This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
483ce4b9b7
llvm-mirror
/
test
/
CodeGen
/
Generic
/
getresult-undef.ll
7 lines
101 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s
Add support to codegen for getresult instructions with undef operands. llvm-svn: 50180
2008-04-23 22:21:29 +02:00
define
double
@foo
(
)
{
%t
=
getresult
{
double
,
double
}
undef
,
1
ret
double
%t
}
Reference in New Issue
Copy Permalink