llvm-project/llvm/test/MC/Hexagon/inst_cmp_ugt.ll
Daniel Thornburgh 75cdab6dc2 [llvm-objdump] Add --no-print-imm-hex to tests depending on it.
This prepares for an upcoming change to make --print-imm-hex the default
behavior of llvm-objdump. These tests were updated in a semi-automatic
fashion.

See D136972 for details.
2022-10-29 15:40:26 -07:00

12 lines
284 B
LLVM

;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
;; RUN: | llvm-objdump --no-print-imm-hex -d - | FileCheck %s
define i1 @f0(i32 %a0, i32 %a1) {
%v0 = icmp ugt i32 %a0, %a1
ret i1 %v0
}
; CHECK: p0 = cmp.gtu(r0,r1)
; CHECK: r0 = mux(p0,#1,#0)
; CHECK: jumpr r31