[PATCH] D125721: [CodeView] Combine variable def ranges that are continuous.

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 17:13:22 PDT 2022


zequanwu updated this revision to Diff 430540.
zequanwu marked 3 inline comments as done.
zequanwu added a comment.

- Address comments.
- Rename `LocalVarDefRange` to `LocalVarDef` as it no longer has range info inside.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125721/new/

https://reviews.llvm.org/D125721

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/test/DebugInfo/COFF/pieces.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125721.430540.patch
Type: text/x-patch
Size: 9217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220519/01cfa18c/attachment.bin>


More information about the llvm-commits mailing list