1 # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown --x86-align-branch-boundary=16 --x86-align-branch=fused+jcc --mc-relax-all %s | llvm-objdump --no-print-imm-hex -d --no-show-raw-insn - | FileCheck %s
3 # Check using option --x86-align-branch-boundary=16 --x86-align-branch=fused+jcc --mc-relax-all with bundle won't make code crazy
6 # CHECK-NEXT: 1: testq $2, %rdx
15 # Will be bundle-aligning to 8 byte boundaries
19 # This jle is 6 bytes long and should have started at 0xe, so two bytes
20 # of nop padding are inserted instead and it starts at 0x10