This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b8fb6b [Hexagon] Recognize "q" and "v" in inline-asm as register con [...] new d77d4c0 [PM] Port per-function SCCP to the new pass manager. new 71a492e AMDGPU: Fix assert on ttmp registers
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: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/{IPO => Scalar}/SCCP.h | 25 +++---- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Target/AMDGPU/SIFrameLowering.cpp | 4 +- lib/Transforms/Scalar/SCCP.cpp | 96 ++++++++++++++------------ lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Transforms/SCCP/global-alias-constprop.ll | 1 + 8 files changed, 72 insertions(+), 60 deletions(-) copy include/llvm/Transforms/{IPO => Scalar}/SCCP.h (57%)