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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2004-11-29-ShrCrash.ll
blob
6699b74d58aef97b6772eb4c1dd8d2d1bfd725ae
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2
define void @test() {
3
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
4
ret void
5
}
6