1; RUN: llc < %s -mtriple=arm64-eabi
2; Make sure we are not crashing on this test.
3
4define void @autogen_SD13158() {
5entry:
6  %B26 = frem float 0.000000e+00, undef
7  br i1 undef, label %CF, label %CF77
8
9CF:                                               ; preds = %CF, %CF76
10  store float %B26, float* undef
11  br i1 undef, label %CF, label %CF77
12
13CF77:                                             ; preds = %CF
14  ret void
15}
16