[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / compute-call-frame-size-unreachable-pass.ll
blob6e2bc6e856008048369976b6754323ebd8e3d63a
1 ; RUN: llc < %s -mtriple aarch64--
3 ; This tests that the MFI assert in unreachableblockelim pass
4 ; does not trigger
6 %struct.ngtcp2_crypto_aead = type { i8*, i64 }
7 %struct.ngtcp2_crypto_aead_ctx = type { i8* }
9 ; Function Attrs: noinline optnone
10 define internal fastcc void @decrypt_pkt() unnamed_addr #0 !type !0 !type !1 {
11 entry:
12   br i1 false, label %cont, label %trap, !nosanitize !2
14 trap:                                             ; preds = %entry
15   unreachable, !nosanitize !2
17 cont:                                             ; preds = %entry
18   %call = call i32 undef(i8* undef, %struct.ngtcp2_crypto_aead* undef, %struct.ngtcp2_crypto_aead_ctx* undef, i8* undef, i64 undef, i8* undef, i64 undef, i8* undef, i64 undef)
19   ret void
22 attributes #0 = { noinline optnone }
24 !0 = !{i64 0, !"_ZTSFlPhPK18ngtcp2_crypto_aeadPKhmS4_mlP16ngtcp2_crypto_kmPFiS_S2_PK22ngtcp2_crypto_aead_ctxS4_mS4_mS4_mEE"}
25 !1 = !{i64 0, !"_ZTSFlPvPKvS1_mS1_mlS_S_E.generalized"}
26 !2 = !{}