llvm-6502/test/MC/Hexagon/inst_aslh.ll
Colin LeMahieu c1c7be0928 [Hexagon] Adding aslh instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222668 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-24 17:44:19 +00:00

10 lines
207 B
LLVM

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