Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / libfunc.ll
blob348d90225a1a78dab458ca360ced837ce25bc08a
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=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