diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll | 6 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/runtime-check.ll | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll b/llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll index 0bb78ce177f..eee6dd83788 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll @@ -71,6 +71,7 @@ for.body: ; preds = %for.body.preheader, attributes #0 = { nounwind } +!llvm.dbg.cu = !{!28} !llvm.module.flags = !{!0, !1} !llvm.ident = !{!2} @@ -102,3 +103,8 @@ attributes #0 = { nounwind } !25 = !DILocation(line: 17, column: 11, scope: !20) !26 = distinct !{!26, !27, !18} !27 = !{!"llvm.loop.vectorize.enable", i1 true} +!28 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", + file: !5, + isOptimized: true, flags: "-O2", + splitDebugFilename: "abc.debug", emissionKind: 2, + subprograms: !{!4, !20}) diff --git a/llvm/test/Transforms/LoopVectorize/runtime-check.ll b/llvm/test/Transforms/LoopVectorize/runtime-check.ll index 3673b71db30..02751e4b25c 100644 --- a/llvm/test/Transforms/LoopVectorize/runtime-check.ll +++ b/llvm/test/Transforms/LoopVectorize/runtime-check.ll @@ -67,6 +67,7 @@ loopexit: ; CHECK: [[BODY_LOC]] = !DILocation(line: 101, column: 1, scope: !{{.*}}) !llvm.module.flags = !{!0, !1} +!llvm.dbg.cu = !{!9} !0 = !{i32 2, !"Dwarf Version", i32 4} !1 = !{i32 2, !"Debug Info Version", i32 3} @@ -77,3 +78,10 @@ loopexit: !6 = !DILocation(line: 100, column: 1, scope: !5) !7 = !DILocation(line: 101, column: 1, scope: !5) !8 = !DILocation(line: 102, column: 1, scope: !5) +!9 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", + file: !10, + isOptimized: true, flags: "-O2", + splitDebugFilename: "abc.debug", emissionKind: 2, + subprograms: !{!5}) +!10 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") +!11 = !{i32 2, !"Debug Info Version", i32 3} |