xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/arm64-2013-01-23-frem-crash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=arm64
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