This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 273949e71bf [X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values new bf4ec2b466c [Dominators] Add the DomTreeUpdater class new f56a57c59e9 Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
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/IR/DomTreeUpdater.h | 242 ++++++++++ include/llvm/Support/AArch64TargetParser.def | 2 +- include/llvm/Support/ARMTargetParser.def | 3 +- include/llvm/module.modulemap | 2 + lib/IR/CMakeLists.txt | 1 + lib/IR/DomTreeUpdater.cpp | 511 ++++++++++++++++++++ unittests/IR/CMakeLists.txt | 1 + unittests/IR/DomTreeUpdaterTest.cpp | 693 +++++++++++++++++++++++++++ 8 files changed, 1453 insertions(+), 2 deletions(-) create mode 100644 include/llvm/IR/DomTreeUpdater.h create mode 100644 lib/IR/DomTreeUpdater.cpp create mode 100644 unittests/IR/DomTreeUpdaterTest.cpp