[PATCH] D91722: [DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with non-const operands
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 08:16:43 PST 2020
StephenTozer updated this revision to Diff 310229.
StephenTozer added a comment.
Rebased onto recent master, no functional changes; moved the `salvageDebugInfoImpl` refactoring into a separate NFC patch; addressed outstanding review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91722/new/
https://reviews.llvm.org/D91722
Files:
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/include/llvm/IR/Instructions.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/IR/Operator.h
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/IR/IntrinsicInst.cpp
llvm/lib/IR/Operator.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/DebugInfo/salvage-gep.ll
llvm/test/DebugInfo/salvage-nonconst-binop.ll
llvm/test/Transforms/Reassociate/undef_intrinsics_when_deleting_instructions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91722.310229.patch
Type: text/x-patch
Size: 35296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/b6570340/attachment-0001.bin>
More information about the llvm-commits
mailing list