[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / storetrunc-fp.ll
blob0ead0bab410d898d54420f30824af0c7f056fc75
1 ; RUN: llc < %s -mtriple=i686-- | not grep flds
3 define void @foo(x86_fp80 %a, x86_fp80 %b, float* %fp) {
4         %c = fadd x86_fp80 %a, %b
5         %d = fptrunc x86_fp80 %c to float
6         store float %d, float* %fp
7         ret void