[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / bolt / test / X86 / sctc-bug.test
blobfb3aff8529f8ce29a0af40313f785c95e2563b53
1 ## Check that we don't accidentally optimize out a tail call.
3 RUN: %clang %cflags %S/Inputs/sctc_bug.s -o %t
4 RUN: llvm-bolt %t -o %t.null --funcs=main --print-after-lowering \
5 RUN:   2>&1 | FileCheck %s
7 CHECK:   jp      .L{{.*}}
8 CHECK:   je      foo # TAILCALL
9 CHECK:   xorl    %eax, %eax
10 CHECK:   retq