brintos

brintos / llvm-project-archived public Read only

0
0
Text · 426 B · 6a52005 Raw
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