mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00:00
OptDiag: Add test for r296053
Forgot to commit this with the change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8981fc9888
commit
3c86e87de3
15
test/CodeGen/AArch64/arm64-summary-remarks.ll
Normal file
15
test/CodeGen/AArch64/arm64-summary-remarks.ll
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -pass-remarks-analysis=asm-printer 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: arm64-summary-remarks.ll:5:0: 1 instructions in function
|
||||
|
||||
define void @empty_func() nounwind ssp !dbg !3 {
|
||||
ret void
|
||||
}
|
||||
|
||||
!llvm.dbg.cu = !{!0}
|
||||
!llvm.module.flags = !{!2}
|
||||
|
||||
!0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1)
|
||||
!1 = !DIFile(filename: "arm64-summary-remarks.ll", directory: "")
|
||||
!2 = !{i32 2, !"Debug Info Version", i32 3}
|
||||
!3 = distinct !DISubprogram(name: "empty_func", scope: !1, file: !1, line: 5, scopeLine: 5, unit: !0)
|
Loading…
x
Reference in New Issue
Block a user