forked from OSchip/llvm-project
parent
bc5cc2e7fa
commit
447a9dd56e
|
@ -0,0 +1,10 @@
|
|||
; RUN: llvm-as < %s | llc | grep extsb &&
|
||||
; RUN: llvm-as < %s | llc | grep extsh
|
||||
|
||||
define i32 %p1(i8 %c, i16 %s) {
|
||||
entry:
|
||||
%tmp = sext i8 %c to i32 ; <i32> [#uses=1]
|
||||
%tmp1 = sext i16 %s to i32 ; <i32> [#uses=1]
|
||||
%tmp2 = add i32 %tmp1, %tmp ; <i32> [#uses=1]
|
||||
ret i32 %tmp2
|
||||
}
|
Loading…
Reference in New Issue