brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · 8d0eef7 Raw
14 lines · plain
1# RUN: llvm-mc -triple=hexagon -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s2 3# Verify that jump encodes correctly4 5 6mylabel:7# CHECK: if (p0) jump8if (p0) jump ##mylabel9 10# CHECK: if (cmp.gtu(r5.new,r4)) jump:t11{ r5 = r412  if (cmp.gtu(r5.new, r4)) jump:t ##mylabel }13 14