[PATCH] D105207: [debuginfo][lsr] SCEV-based salvaging for LoopStrengthReduction

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 01:47:40 PDT 2021


markus added a comment.

In D105207#2862867 <https://reviews.llvm.org/D105207#2862867>, @lebedev.ri wrote:

> Correct me if i'm misremembering things, but weren't there something like that (SCEV-driven debuginfo salvaging/recovery) already,
> and it had problems with holding to the dead IR, and was removed because of that?

There was and it was briefly removed before being re-landed again after the issues with holding on to dead IR were addressed (`2a6782bb9f1d6`).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105207/new/

https://reviews.llvm.org/D105207



More information about the llvm-commits mailing list