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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 00:01:01 PDT 2021


mstorsjo added a comment.

In D105207#2915494 <https://reviews.llvm.org/D105207#2915494>, @tstellar wrote:

> Please backport whatever is necessary to fix this in the release/13.x branch (or file a bug and I can do it).

AFAIK this was reverted in the release branch already, in 67d0736b14c7888e63af16dcc71129ce07383010 <https://reviews.llvm.org/rG67d0736b14c7888e63af16dcc71129ce07383010>, so the branch should be good wrt that. @chrisjackson expressed a desire to backport the working version of the commit though.

The current reapplied version of this in the main branch with the fix from rG2537120c8 <https://reviews.llvm.org/rG2537120c870c04893636f171f553024f378c2de8> seems to work fine for me now.


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

https://reviews.llvm.org/D105207



More information about the llvm-commits mailing list