bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AArch64/arm64-2013-01-23-frem-crash.ll
2025-02-14 19:21:04 +01:00

15 lines
419 B
LLVM

; RUN: llc < %s -mtriple=arm64-eabi
; Make sure we are not crashing on this test.
define void @autogen_SD13158() {
entry:
%B26 = frem float 0.000000e+00, undef
br i1 undef, label %CF, label %CF77
CF: ; preds = %CF, %CF76
store float %B26, ptr undef
br i1 undef, label %CF, label %CF77
CF77: ; preds = %CF
ret void
}