[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / tailcall-nofpclass.ll
blobfd085bb1244fb7e23c3967350850fe6578601106
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2 ; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
4 ; Ensures that taillcall optimization can still be
5 ; performed when nofpclass is used.
7 define noundef nofpclass(nan inf) float @_Z3foof(float noundef nofpclass(nan inf) %0) {
8 ; CHECK-LABEL: _Z3foof:
9 ; CHECK:       # %bb.0:
10 ; CHECK-NEXT:    jmp expf@PLT # TAILCALL
11   %2 = tail call float @llvm.exp.f32(float %0)
12   ret float %2