This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d1a27061cc [IndVars] Fix corner case with unreachable Phi inputs. PR40454 new bbe8122a3ca [DebugInfo] Keep parameter DBG_VALUEs before prologue code new 814924db549 [DebugInfo] Don't salvage load operations (PR40628).
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/PrologEpilogInserter.cpp | 49 +++++++ lib/Transforms/Utils/Local.cpp | 6 +- test/DebugInfo/COFF/register-variables.ll | 2 +- test/DebugInfo/Generic/pr40628.ll | 56 ++++++++ test/DebugInfo/X86/prolog-params.mir | 156 ++++++++++++++++++++++ test/Transforms/DeadStoreElimination/debuginfo.ll | 13 +- test/Transforms/GVN/fence.ll | 7 +- test/Transforms/InstCombine/debuginfo-dce.ll | 6 +- 8 files changed, 275 insertions(+), 20 deletions(-) create mode 100644 test/DebugInfo/Generic/pr40628.ll create mode 100644 test/DebugInfo/X86/prolog-params.mir