16 lines · plain
1; RUN: llc < %s -mtriple=arm64-eabi2; Make sure we are not crashing on this test.3 4define void @autogen_SD13158(i1 %arg) {5entry:6 %B26 = frem float 0.000000e+00, poison7 br i1 %arg, label %CF, label %CF778 9CF: ; preds = %CF, %CF7610 store float %B26, ptr poison11 br i1 %arg, label %CF, label %CF7712 13CF77: ; preds = %CF14 ret void15}16