[PATCH] D49915: [IR] Add a boolean field in DILocation to know if a line must covered or not

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 02:06:25 PDT 2018


calixte updated this revision to Diff 164634.
calixte added a comment.
Herald added a reviewer: javed.absar.
Herald added a subscriber: eraman.

- Fix an error in MetadataLoader.cpp
- Update tests to take into account the new added field


Repository:
  rL LLVM

https://reviews.llvm.org/D49915

Files:
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/IR/DebugLoc.h
  include/llvm/IR/Metadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/DebugLoc.cpp
  lib/IR/LLVMContextImpl.h
  lib/Transforms/Instrumentation/GCOVProfiling.cpp
  test/Assembler/dilocation.ll
  test/Bindings/llvm-c/debug_info.ll
  test/BugPoint/metadata.ll
  test/CodeGen/X86/tail-dup-debugloc.ll
  test/CodeGen/X86/tail-merge-debugloc.ll
  test/CodeGen/X86/xor-combine-debugloc.ll
  test/DebugInfo/Generic/indvar-discriminator.ll
  test/DebugInfo/Generic/inline-debug-info-multiret.ll
  test/DebugInfo/Generic/inline-debug-info.ll
  test/DebugInfo/Generic/inline-no-debug-info.ll
  test/DebugInfo/MIR/X86/livedebugvalues-limit.mir
  test/Linker/mdlocation.ll
  test/Linker/replaced-function-matches-first-subprogram.ll
  test/Linker/subprogram-linkonce-weak.ll
  test/Transforms/AddDiscriminators/basic.ll
  test/Transforms/AddDiscriminators/call-nested.ll
  test/Transforms/AddDiscriminators/call.ll
  test/Transforms/AddDiscriminators/diamond.ll
  test/Transforms/AddDiscriminators/first-only.ll
  test/Transforms/AddDiscriminators/inlined.ll
  test/Transforms/AddDiscriminators/memcpy-discriminator.ll
  test/Transforms/AddDiscriminators/multiple.ll
  test/Transforms/AddDiscriminators/no-discriminators.ll
  test/Transforms/AddDiscriminators/oneline.ll
  test/Transforms/EntryExitInstrumenter/debug-info.ll
  test/Transforms/GVN/PRE/2017-06-28-pre-load-dbgloc.ll
  test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
  test/Transforms/GVNHoist/hoist-pr31891.ll
  test/Transforms/Inline/debug-info-duplicate-calls.ll
  test/Transforms/Inline/debug-invoke.ll
  test/Transforms/Inline/inline_dbg_declare.ll
  test/Transforms/LoopSimplify/dbg-loc.ll
  test/Transforms/Mem2Reg/dbg-inline-scope-for-phi.ll
  test/Transforms/SafeStack/ARM/debug.ll
  test/Transforms/Util/strip-nonlinetable-debuginfo-loops.ll
  test/Verifier/dbg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49915.164634.patch
Type: text/x-patch
Size: 56249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/82f8f51d/attachment-0001.bin>


More information about the llvm-commits mailing list