[flang][cuda] Do not apply implicit data attribute on dummy arg with VALUE (#119927)
[llvm-project.git] / bolt / test / X86 / sctc-bug3.test
blobd821389a459fb2e5cb834b945e21b451d5b68070
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