1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/MC/Hexagon/inst_zxtb.ll
Colin LeMahieu 80e59674e9 [Hexagon] Adding zxtb instruction.
llvm-svn: 222660
2014-11-24 16:48:43 +00:00

10 lines
209 B
LLVM

;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
;; RUN: | llvm-objdump -s - | FileCheck %s
define i32 @foo (i8 %a)
{
%1 = zext i8 %a to i32
ret i32 %1
}
; CHECK: 0000 e05f0076 00c09f52