This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18d2e0e MIRParser: Fix MIRParser not reporting nullptr on error. new 0f630b6 [SCCP] Generalize tryToReplaceInstWithConstant to work also w [...] new d800b69 Add missing test for r275347 "[IPRA] Set callee saved registe [...] new 939d9e2 [Scalarizer] PR28108: Skip over nullptr rather than crashing on it.
The 3 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/Transforms/Scalar/SCCP.cpp | 40 +++++++++++++++------------------ lib/Transforms/Scalar/Scalarizer.cpp | 6 ++++- test/CodeGen/X86/ipra-local-linkage.ll | 30 +++++++++++++++++++++++++ test/Transforms/Scalarizer/crash-bug.ll | 24 ++++++++++++++++++++ 4 files changed, 77 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/X86/ipra-local-linkage.ll create mode 100644 test/Transforms/Scalarizer/crash-bug.ll