[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / arm64-summary-remarks.ll
blob70e7fdffd63db19d42360e94cd76d4fd44b09570
1 ; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -pass-remarks-analysis=asm-printer 2>&1 | FileCheck %s
3 ; CHECK: arm64-summary-remarks.ll:5:0: 1 instructions in function
5 define void @empty_func() nounwind ssp !dbg !3 {
6   ret void
9 !llvm.dbg.cu = !{!0}
10 !llvm.module.flags = !{!2}
12 !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1)
13 !1 = !DIFile(filename: "arm64-summary-remarks.ll", directory: "")
14 !2 = !{i32 2, !"Debug Info Version", i32 3}
15 !3 = distinct !DISubprogram(name: "empty_func", scope: !1, file: !1, line: 5, scopeLine: 5, unit: !0)