[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / csel-zero-float.ll
blob6edde13f0a7c7dab001d2ddf52d301996c00ec2f
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(ptr %user, float %t17) {
6   %t16 = load float, ptr %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