1 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z14 -O3 -mattr=soft-float < %s | FileCheck %s
3 ; Check that this function with soft-float does not result in a s390.tdc
4 ; intrinsic (which cannot be handled by SoftenFloatOperand).
6 define void @fun(float %arg) {
10 %tmp = bitcast float %arg to i32
14 %tmp2 = icmp sgt i32 %tmp, -1
15 br i1 %tmp2, label %bb3, label %bb4