[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / fp-stack-direct-ret.ll
blobb8bd22308c0da3dd337f9a57d208c79b9ec16a65
1 ; RUN: llc < %s -mtriple=i686-- | not grep fstp
2 ; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | not grep movsd
4 declare double @foo()
6 define double @bar() {
7 entry:
8         %tmp5 = tail call double @foo()
9         ret double %tmp5