[PATCH] D56587: Introduce DW_OP_LLVM_convert
Markus Lavin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 28 04:43:57 PST 2019
markus updated this revision to Diff 188710.
markus added a comment.
- Removed explicit check for `DW_OP_convert` and replaced with a generic handling of operands that should work with all types (regardless if it is first, second or both that is `BaseTypeRef`).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56587/new/
https://reviews.llvm.org/D56587
Files:
docs/LangRef.rst
include/llvm/BinaryFormat/Dwarf.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEValue.def
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
include/llvm/DebugInfo/DWARF/DWARFExpression.h
include/llvm/MC/MCStreamer.h
lib/AsmParser/LLParser.cpp
lib/BinaryFormat/Dwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/LLVMBuild.txt
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFExpression.cpp
lib/IR/AsmWriter.cpp
lib/IR/DebugInfoMetadata.cpp
lib/MC/MCStreamer.cpp
lib/Transforms/Utils/Local.cpp
test/Assembler/diexpression.ll
test/DebugInfo/Generic/convert-debugloc.ll
test/DebugInfo/Generic/convert-inlined.ll
test/DebugInfo/Generic/convert-linked.ll
test/Transforms/InstCombine/cast-set-preserve-signed-dbg-val.ll
unittests/Transforms/Utils/LocalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56587.188710.patch
Type: text/x-patch
Size: 62637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190228/36bd4a47/attachment.bin>
More information about the llvm-commits
mailing list