[PATCH] D120168: [Debuginfo][LSR] Add support for salvaging variadic dbg.value intrinsics [1/2]
Chris Jackson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 06:17:36 PST 2022
chrisjackson updated this revision to Diff 414360.
chrisjackson added a comment.
Restore the the old behaviour for transforming DIArglist location arguments to single- location op:. When trying to determine the type of an undef Value that has become a nullptr, simply abandon the salvage attempt. This restores the NFC status of this patch.
In the second patch in this series, this code block is removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120168/new/
https://reviews.llvm.org/D120168
Files:
llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120168.414360.patch
Type: text/x-patch
Size: 13838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/0fd4bceb/attachment.bin>
More information about the llvm-commits
mailing list