xref: /llvm-project/llvm/test/Verifier/verify-dwarf-no-operands.ll (revision 8bb827c0e67e51adba1252d23edc58197e025cf7)
1; RUN: llvm-as -disable-output %s
2%"class.llvm::StringRef" = type { ptr, i64 }
3define internal void @_ZL30tokenizeWindowsCommandLineImplN4llvm9StringRefERNS_11StringSaverENS_12function_refIFvS0_EEEbNS3_IFvvEEEb() !dbg !12 {
4  %7 = alloca %"class.llvm::StringRef", align 8
5  %21 = call noundef i64 @_ZNK4llvm9StringRef4sizeEv(ptr noundef nonnull align 8 dereferenceable(16) %7)
6  br label %22
7  br label %22, !llvm.loop !284 ; This instruction has loop metadata but no operands and should not result in a segmentation fault in the verifier.
8}
9define linkonce_odr noundef i64 @_ZNK4llvm9StringRef4sizeEv() align 2 !dbg !340 {
10  %2 = alloca ptr, align 8
11  %3 = load ptr, ptr %2, align 8
12  %4 = getelementptr inbounds %"class.llvm::StringRef", ptr %3
13  %5 = load i64, ptr %4
14  ret i64 %5
15}
16!llvm.module.flags = !{!2, !6}
17!llvm.dbg.cu = !{!7}
18!2 = !{i32 2, !"Debug Info Version", i32 3}
19!6 = !{i32 7, !"frame-pointer", i32 1}
20!7 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !8, sdk: "MacOSX14.0.sdk")
21!8 = !DIFile(filename: "file.cpp", directory: "/Users/Dev", checksumkind: CSK_MD5, checksum: "ed7ae158f20f7914bc5fb843291e80da")
22!12 = distinct !DISubprogram(unit: !7, retainedNodes: !36)
23!36 = !{}
24!284 = distinct !{}
25!340 = distinct !DISubprogram(unit: !7, retainedNodes: !36)
26