[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
Fri Mar 25 05:42:31 PDT 2022
chrisjackson updated this revision to Diff 418193.
chrisjackson added a comment.
Change remaining Densemap (for updated location-op indexes) to a SmallVector.
@StephenTozer , with the exception of the location merge when appending expression and location vectors, I've completed all your suggestions. I'm keen to add that too but not in this patch, which I think is complex enough and I'm not sure how frequently locations would be duplicated. I would definitely add that in a subsequent patch but if you think that its really necessary now I can modify the append function.
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.418193.patch
Type: text/x-patch
Size: 31134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220325/bdba345a/attachment.bin>
More information about the llvm-commits
mailing list