[all-commits] [llvm/llvm-project] d675b5: [DebugInfo][LoopStrengthReduction] SCEV-based salv...
chrisjbris via All-commits
all-commits at lists.llvm.org
Wed Jul 28 08:34:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d675b594f4f1e1f6a195fb9a4fd02cf3de92292d
https://github.com/llvm/llvm-project/commit/d675b594f4f1e1f6a195fb9a4fd02cf3de92292d
Author: Chris Jackson <chris.jackson at sony.com>
Date: 2021-07-28 (Wed, 28 Jul 2021)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
M llvm/test/Transforms/LoopStrengthReduce/dbg-preserve-0.ll
M llvm/test/Transforms/LoopStrengthReduce/dbg-preserve-2.ll
A llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-0.ll
A llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-1.ll
A llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-2.ll
A llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-3.ll
A llvm/test/Transforms/LoopStrengthReduce/debuginfo-scev-salvage-4.ll
Log Message:
-----------
[DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR
Reapply commit 796b84d26f4d461fb50e7b4e84e15a10eaca88fc that was
reverted due to reports of crashes. A minor change now guards against
getVariableLocationOperand() returning a nullptr.
Differential Revision: https://reviews.llvm.org/D106659
More information about the All-commits
mailing list