Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / AArch64 / got-ld64-relaxation.test
blob74d876b647e3473f547c8ad10d00bc768c8bae0a
1 // This test checks that ADR+LDR instruction sequence relaxed by the linker
2 // to the ADR+ADD sequence is properly reconized and handled by bolt
4 // RUN: yaml2obj %p/Inputs/got-ld64-relaxation.yaml &> %t.exe
5 // RUN: llvm-bolt %t.exe -o /dev/null --print-fix-relaxations \
6 // RUN:   --print-only=main | FileCheck %s
8 // CHECK: adrp x0, foo
9 // CHECK-NEXT: add x0, x0, :lo12:foo