You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
322 B

# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
# verify two extenders generated during relaxation
{
if (p1) call foo_a
if (!p1) call foo_b
}
# CHECK: 00004000 { immext(#0)
# CHECK: 5d004100 if (p1) call 0x0
# CHECK: 00004000 immext(#0)
# CHECK: 5d20c100 if (!p1) call 0x0 }