aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Hexagon/inst_cmp_lt.ll
blob: 3a7618421e3d8bdcd5de906e2de9f33dff33e40e (plain)
1
2
3
4
5
6
7
8
9
10
;; 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 slt i32 %a, %b
  ret i1 %1
}

; CHECK:  0000 004041f2 00404089 00c09f52