[PATCH] D37309: [codeview] Generalize DIExpression parsing to handle load chains

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 13:55:35 PDT 2017


rnk created this revision.
Herald added a subscriber: hiraditya.

Hopefully this also clarifies exactly when and why we're rewriting
certiain S_LOCALs using reference types: We're using the reference type
to stand in for a zero-offset load.


https://reviews.llvm.org/D37309

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  llvm/test/CodeGen/MIR/X86/diexpr-win32.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37309.113308.patch
Type: text/x-patch
Size: 8328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/734a3c80/attachment.bin>


More information about the llvm-commits mailing list