[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / libfunc.ll
blob59ab959a46880faa578de99416c579b72c56cbc6
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -instsimplify -S | FileCheck %s
4 ; This is not the mathlib call you were looking for.
6 declare double @sin(x86_fp80)
8 define double @PR50960(x86_fp80 %0) {
9 ; CHECK-LABEL: @PR50960(
10 ; CHECK-NEXT:    [[CALL:%.*]] = call double @sin(x86_fp80 0xK3FFF8000000000000000)
11 ; CHECK-NEXT:    ret double [[CALL]]
13   %call = call double @sin(x86_fp80 0xK3FFF8000000000000000)
14   ret double %call