This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
339bb66246
llvm-project
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2004-11-30-shift-crash.ll
8 lines
130 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 08:09:15 +08:00
; RUN: llc < %s -march=ppc32
New testcase that crashes the PPC backend llvm-svn: 18370
2004-11-30 14:28:53 +08:00
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 12:26:08 +08:00
define
void
@main
(
)
{
%tr4
=
shl
i64
1
,
0
; <i64> [#uses=0]
ret
void
New testcase that crashes the PPC backend llvm-svn: 18370
2004-11-30 14:28:53 +08:00
}
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 12:26:08 +08:00