[PATCH] D120169: [Debuginfo][LSR} Add support for salvaging variadic dbg.value intrinsics [2/2]
Chris Jackson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 04:59:46 PDT 2022
chrisjackson updated this revision to Diff 420790.
chrisjackson marked 11 inline comments as done.
chrisjackson added a comment.
Respond to the very helpful review from @StephenTozer. Includes:
- SCEVDbgValueBuilder.appendToVectors() now merges location vectors, preventing duplicates
- Improved check for when a shorter DIExpression can be emitted
- Use isComplex() instead of the size of the expression vector
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120169/new/
https://reviews.llvm.org/D120169
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-5.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120169.420790.patch
Type: text/x-patch
Size: 33821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220406/ae50f70d/attachment.bin>
More information about the llvm-commits
mailing list