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

Chris Jackson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 25 13:27:35 PDT 2021


chrisjackson updated this revision to Diff 361529.
chrisjackson added a comment.

Added a lit test that covers PushCast(), which translates SCEVCastExpr. Removed some unnecessary details from the existing tests and changed the test names to something more descriptive.


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

https://reviews.llvm.org/D105207

Files:
  llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-0.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-1.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-2.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-3.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-4.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-variadic-value-0.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-variadic-value-1.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-variadic-value-2.ll
  llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-variadic-value-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105207.361529.patch
Type: text/x-patch
Size: 26891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210725/4d03b276/attachment.bin>


More information about the llvm-commits mailing list