[x86] fix assert with horizontal math + broadcast of vector (PR43402)
[llvm-core.git] / test / CodeGen / X86 / tailcallfp.ll
blobe42d5d5a9be9edb936dceebec60cc11eb26fe68e
1 ; RUN: llc < %s -mtriple=i686-- -tailcallopt | FileCheck %s
2 define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
3      %Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
4      ret i32 %Y
5 ; CHECK: jmpl