[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AArch64 / csel-zero-float.ll
blob9869c651f56f54d1db7844507082fd3f8762c53c
1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -enable-unsafe-fp-math < %s
2 ; There is no invocation to FileCheck as this
3 ; caused a crash in "Post-RA pseudo instruction expansion"
5 define double @foo(float *%user, float %t17) {
6   %t16 = load float, float* %user, align 8
7   %conv = fpext float %t16 to double
8   %cmp26 = fcmp fast oeq float %t17, 0.000000e+00
9   %div = fdiv fast float %t16, %t17
10   %div.op = fmul fast float %div, 1.000000e+02
11   %t18 = fpext float %div.op to double
12   %conv31 = select i1 %cmp26, double 0.000000e+00, double %t18
13   ret double %conv31