[PATCH] D27550: Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 09:22:48 PST 2016


aprantl updated this revision to Diff 80909.
aprantl added a comment.

Add an entire directory of testcases I forgot to git-add m( and fix the edge-case of a fragment sitting in a super-register that is only representably by pieceing together sub-registers.


https://reviews.llvm.org/D27550

Files:
  include/llvm/CodeGen/AsmPrinter.h
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.h
  test/DebugInfo/AArch64/frameindices.ll
  test/DebugInfo/MIR/ARM/split-superreg-piece.mir
  test/DebugInfo/MIR/ARM/split-superreg.mir
  test/DebugInfo/MIR/X86/bit-piece-dh.mir
  test/DebugInfo/X86/PR26148.ll
  test/DebugInfo/X86/dw_op_minus_direct.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27550.80909.patch
Type: text/x-patch
Size: 44841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161209/7a8af452/attachment.bin>


More information about the llvm-commits mailing list