[PATCH] D51640: [DebugInfo] Normalize common kinds of DWARF sub-expressions.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 10:55:07 PDT 2018


JDevlieghere updated this revision to Diff 163865.
JDevlieghere added a comment.
Herald added subscribers: nhaehnle, jvesely.

- Normalize more usages.
- Compare against 32-bit unsigned max.


Repository:
  rL LLVM

https://reviews.llvm.org/D51640

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  llvm/test/DebugInfo/AMDGPU/variable-locations.ll
  llvm/test/DebugInfo/ARM/PR26163.ll
  llvm/test/DebugInfo/ARM/split-complex.ll
  llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
  llvm/test/DebugInfo/X86/PR26148.ll
  llvm/test/DebugInfo/X86/constant-loclist.ll
  llvm/test/DebugInfo/X86/dw_op_minus.s
  llvm/test/DebugInfo/X86/dw_op_minus_direct.ll
  llvm/test/DebugInfo/X86/dw_op_minus_direct.o
  llvm/test/DebugInfo/X86/partial-constant.ll
  llvm/test/DebugInfo/X86/pieces-4.ll
  llvm/test/DebugInfo/X86/split-global.ll
  llvm/test/DebugInfo/X86/stack-value-dwarf4.ll
  llvm/test/DebugInfo/X86/stack-value-piece.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51640.163865.patch
Type: text/x-patch
Size: 25394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180904/665e1578/attachment.bin>


More information about the llvm-commits mailing list