mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 14:17:59 +00:00
testcase reduced from Ptrdist/bc that is miscompiled by recent instcombine changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f9a05329a1
commit
3fcb664dbc
@ -0,0 +1,9 @@
|
|||||||
|
; RUN: llvm-as < %s | opt -instcombine -disable-output &&
|
||||||
|
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep undef
|
||||||
|
|
||||||
|
int %test(sbyte %A) {
|
||||||
|
%B = cast sbyte %A to int
|
||||||
|
%C = shr int %B, ubyte 8
|
||||||
|
ret int %C
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user