This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allyesconfig in repository toolchain/ci/llvm-monorepo.
from 617a4e8e6faa [llvm-objcopy] Factor out Buffer adds 11ece938fe80 [clangd] Disable timeouting test while investigating adds a3d97b4f52b0 [NFC] Turn isGuaranteedToExecute into a method adds 8ba3b36421eb [NFC] Move block throw check inside allLoopPathsLeadToBlock adds 3b7b30b1d675 [DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop adds 488eed50c9a6 [NFC] Encapsulate work with BlockColors in LoopSafetyInfo
No new revisions were added by this update.
Summary of changes: .../unittests/clangd/BackgroundIndexTests.cpp | 3 + llvm/include/llvm/Analysis/MustExecute.h | 34 +++++++---- llvm/include/llvm/Transforms/Utils/SSAUpdater.h | 4 ++ .../include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 7 +-- llvm/lib/Analysis/MustExecute.cpp | 47 ++++++++++----- llvm/lib/Transforms/Scalar/LICM.cpp | 21 +++---- llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- llvm/lib/Transforms/Utils/LCSSA.cpp | 16 +++++ llvm/lib/Transforms/Utils/SSAUpdater.cpp | 5 ++ .../LCSSA/rewrite-existing-dbg-values.ll | 69 ++++++++++++++++++++++ 10 files changed, 166 insertions(+), 42 deletions(-) create mode 100644 llvm/test/Transforms/LCSSA/rewrite-existing-dbg-values.ll