Files
rk35xx-android14/external/llvm/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

15 lines
387 B
LLVM

; RUN: llc < %s
define void @QRiterate(double %tmp.212) {
entry:
br label %shortcirc_next.1
shortcirc_next.1: ; preds = %shortcirc_next.1, %entry
%tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
br i1 %tmp.213, label %shortcirc_next.1, label %exit.1
exit.1: ; preds = %shortcirc_next.1
ret void
}