[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / bolt / test / X86 / sctc-bug.test
blob1b581df23749033ad7728cf739f8b54aa16ebc93
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