brintos

brintos / llvm-project-archived public Read only

0
0
Text · 357 B · 09b51c5 Raw
13 lines · plain
1# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump --no-print-imm-hex -d - | FileCheck %s2 3# verify two extenders generated during relaxation4{5  if (p1) call foo_a6  if (!p1) call foo_b7}8# CHECK: 00004000 { immext(#0)9# CHECK: 5d004100   if (p1) call 0x0 <.text>10# CHECK: 00004000   immext(#0)11# CHECK: 5d20c100   if (!p1) call 0x0 <.text> }12 13