mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Quite a few tests crashed in llc after 78142. This is just one of them. I hope to add a few more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78198 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9af366fc3
commit
96a0a02119
10
test/CodeGen/PIC16/sext.ll
Normal file
10
test/CodeGen/PIC16/sext.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as < %s | llc -march=pic16
|
||||
|
||||
@main.auto.c = internal global i8 0 ; <i8*> [#uses=1]
|
||||
|
||||
define i16 @main() nounwind {
|
||||
entry:
|
||||
%tmp = load i8* @main.auto.c ; <i8> [#uses=1]
|
||||
%conv = sext i8 %tmp to i16 ; <i16> [#uses=1]
|
||||
ret i16 %conv
|
||||
}
|
Loading…
Reference in New Issue
Block a user