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

Chris Jackson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 01:43:33 PDT 2022


chrisjackson updated this revision to Diff 416852.
chrisjackson added a comment.
Herald added a subscriber: Groverkss.
Herald added a project: All.

A WIP update only, not ready for a re-review. Incorporated some of @StephenTozer 's suggestions e.g.

- replacing densemap with vector (though this still needs to be done for the location-op index)
- making use of unique_ptr, though this had some knock-on effects on other structures
- Simplified a branch in UpdateDbgValueInst

There are still several changes to make.


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

https://reviews.llvm.org/D105207

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: D105207.416852.patch
Type: text/x-patch
Size: 27568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220321/9c7b8269/attachment.bin>


More information about the llvm-commits mailing list