[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
Wed Aug 29 05:49:23 PDT 2018


calixte updated this revision to Diff 163059.
calixte added a comment.

- Use an available bit in Metadata to not increase the memory use
- Update Writer/Reader for IR and Bitcode to take into account the new flag


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49915.163059.patch
Type: text/x-patch
Size: 13712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/4d65a792/attachment.bin>


More information about the llvm-commits mailing list