This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from da323855eb8 [AArch64] Improve code generation of constant vectors new dafcef6848c [IPSCCP] Add getCompare which returns either true, false, u [...] new c29d5318975 fix PR36582
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/Analysis/ValueLattice.h | 26 ++++--- lib/Target/AArch64/AArch64ISelLowering.cpp | 12 ++- lib/Transforms/Scalar/SCCP.cpp | 7 +- test/CodeGen/AArch64/aarch64-vuzp.ll | 17 ++++- test/Transforms/SCCP/ip-constant-ranges.ll | 26 +++++++ unittests/Analysis/ValueLatticeTest.cpp | 116 ++++++++++++++++++----------- 6 files changed, 139 insertions(+), 65 deletions(-)