This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae2eae7ec54 [X86][SSE] Tests packuswb/truncation codegen from PR34773 new 1c51faba7a0 [Transforms] Fix some Clang-tidy modernize and Include What [...]
The 1 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/Transforms/Scalar/NaryReassociate.h | 31 +++-- include/llvm/Transforms/Utils/AddDiscriminators.h | 5 +- include/llvm/Transforms/Utils/BypassSlowDivision.h | 12 +- include/llvm/Transforms/Utils/Local.h | 48 +++---- .../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 23 ++-- lib/Transforms/Scalar/NaryReassociate.cpp | 35 ++++- lib/Transforms/Utils/AddDiscriminators.cpp | 39 +++--- lib/Transforms/Utils/BypassSlowDivision.cpp | 35 +++-- lib/Transforms/Utils/InlineFunction.cpp | 69 +++++++--- lib/Transforms/Utils/Local.cpp | 68 +++++++--- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 53 +++++--- lib/Transforms/Vectorize/SLPVectorizer.cpp | 24 +++- lib/Transforms/Vectorize/VPlan.cpp | 18 ++- lib/Transforms/Vectorize/VPlan.h | 145 +++++++++++---------- 14 files changed, 404 insertions(+), 201 deletions(-)