mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
New testcase
llvm-svn: 18373
This commit is contained in:
parent
cfb870436f
commit
882a41720f
6
test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Normal file
6
test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32
|
||||
|
||||
void %main() {
|
||||
%tr1 = shr uint 1, ubyte 0
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user