1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/MC/Hexagon/inst_cmp_ult.ll
2014-11-25 18:20:52 +00:00

10 lines
226 B
LLVM

;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
;; RUN: | llvm-objdump -s - | FileCheck %s
define i1 @foo (i32 %a, i32 %b)
{
%1 = icmp ult i32 %a, %b
ret i1 %1
}
; CHECK: 0000 004061f2 00400000 00c09f52