1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC/Hexagon/inst_zxth.ll

11 lines
192 B
LLVM
Raw Normal View History

; RUN: llc -march=hexagon -filetype=obj %s -o - \
; RUN: | llvm-objdump -d - | FileCheck %s
define i32 @foo (i16 %a)
{
%1 = zext i16 %a to i32
ret i32 %1
}
; CHECK: c0 3f 00 56 56003fc0