[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / X86 / sctc-bug3.test
blob69c8c454284445dc3b516f9d958cac0d8110cc18
1 # Check that we don't accidentally optimize out a tail call.
3 RUN: %clang %cflags %S/Inputs/sctc_bug3.s -o %t
4 RUN: llvm-bolt %t -o %t.null --funcs=main --print-after-lowering \
5 RUN:   --sequential-disassembly 2>&1 | FileCheck %s
7 CHECK: .LBB00 (1 instructions, align : 1)
8 CHECK:  cmpq   %rdi, 0x0
10 # Check that .Ltmp0 does not have a deleted predecessor.
11 CHECK: .Ltmp0 (1 instructions, align : 1)
12 CHECK:  Predecessors: .LBB00
14 # Tail call.
15 CHECK:    jmp    foo