| ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 |
| ; RUN: llc -mtriple=aarch64 -mattr=+sme2 < %s | FileCheck %s |
| |
| define fastcc void @test() #0 { |
| ; CHECK-LABEL: test: |
| ; CHECK: .Lfunc_begin0: |
| ; CHECK-NEXT: .cfi_startproc |
| ; CHECK-NEXT: // %bb.0: // %entry |
| ; CHECK-NEXT: ret |
| entry: |
| #dbg_value(ptr null, !4, !DIExpression(), !17) |
| ret void |
| } |
| |
| attributes #0 = { "aarch64_new_za" "target-features"="+sme" } |
| |
| !llvm.dbg.cu = !{!0} |
| !llvm.module.flags = !{!3} |
| |
| !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, retainedTypes: !2, imports: !2, splitDebugInlining: false, nameTableKind: None) |
| !1 = !DIFile(filename: "test.cpp", directory: "dir", checksumkind: CSK_MD5, checksum: "6cd3cbff285d245f25d9b3f1d7552e31") |
| !2 = !{} |
| !3 = !{i32 2, !"Debug Info Version", i32 3} |
| !4 = !DILocalVariable(name: "this", arg: 1, scope: !5, type: !15, flags: DIFlagArtificial | DIFlagObjectPointer) |
| !5 = distinct !DISubprogram(name: "operator()", linkageName: "test", scope: !7, file: !6, line: 347, type: !13, scopeLine: 347, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0, declaration: !14, retainedNodes: !2, keyInstructions: true) |
| !6 = !DIFile(filename: "test.cpp", directory: "dir", checksumkind: CSK_MD5, checksum: "6cd3cbff285d245f25d9b3f1d7552e31") |
| !7 = distinct !DICompositeType(tag: DW_TAG_class_type, scope: !8, file: !6, line: 347, size: 896, flags: DIFlagTypePassByValue | DIFlagNonTrivial, elements: !2) |
| !8 = distinct !DISubprogram(name: "test", linkageName: "test", scope: !9, file: !6, line: 327, type: !11, scopeLine: 336, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !2, keyInstructions: true) |
| !9 = !DINamespace(name: "test", scope: !10) |
| !10 = !DINamespace(name: "test", scope: null) |
| !11 = distinct !DISubroutineType(types: !12) |
| !12 = !{null} |
| !13 = distinct !DISubroutineType(types: !12) |
| !14 = !DISubprogram(name: "operator()", scope: !7, file: !6, line: 347, type: !13, scopeLine: 347, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagOptimized) |
| !15 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !16, size: 64) |
| !16 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !7) |
| !17 = !DILocation(line: 0, scope: !5) |