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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2004-11-30-shift-crash.ll
blob
4294ad33d469e4f45b27e73f7750921b9a5698a3
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2
3
define void @main() {
4
%tr4 = shl i64 1, 0 ; <i64> [#uses=0]
5
ret void
6
}
7