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
/
PowerPC
/
2005-01-14-UndefLong.ll
6 lines
75 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 -march=ppc32
New testcase, problem found by Rob. llvm-svn: 19556
2005-01-14 21:21:51 +01:00
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 05:26:08 +01:00
define
i64
@test
(
)
{
ret
i64
undef
}
Reference in New Issue
Copy Permalink