1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mcpu=pentiumpro %s -o - \
2 # RUN: | llvm-objdump -disassemble - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mcpu=pentiumpro -mc-relax-all %s -o - \
4 # RUN: | llvm-objdump -disassemble - | FileCheck %s
6 # Test that instructions inside bundle-locked groups are relaxed even if their
7 # fixup is short enough not to warrant relaxation on its own.
24 # This group would've started at 0x18 and is too long, so a chunky NOP padding
25 # is inserted to push it to 0x20.
26 # CHECK: 18: {{[a-f0-9 ]+}} nopl
28 # The long encoding for JLE should be used here even though its target is close
29 # CHECK-NEXT: 20: 0f 8e