[PATCH] D64500: [DebugInfo] Remove call sites when eliminating unreachable blocks
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 06:20:13 PDT 2019
dstenb added a comment.
Thanks for the reviews, and sorry for taking some time to land this!
In D64500#1583215 <https://reviews.llvm.org/D64500#1583215>, @vsk wrote:
> Oh, I thought r364506 (D61061 <https://reviews.llvm.org/D61061>) implemented MIR printer support for call site metadata. If not, it's probably worth adding.
Yes, that was a bit of a sloppy comment by me. I think that it would be easier if the information was visible when printing using the `-print*` options, but you can of course `-stop-{before,after}` your way through the passes to pinpoint where the information is dropped.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64500/new/
https://reviews.llvm.org/D64500
More information about the llvm-commits
mailing list