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:
10 ; CHECK-NEXT: jmp expf@PLT # TAILCALL
11 %2 = tail call float @llvm.exp.f32(float %0)