This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 609477e Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows." new fe88eab [IR] Fix some Clang-tidy modernize-use-equals-delete and Incl [...] new 8860d3c [lanai] Custom lowering of SHL_PARTS
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/Constant.h | 14 +-- include/llvm/IR/Constants.h | 154 ++++++++++++++++++++++----------- include/llvm/IR/Function.h | 29 +++++-- include/llvm/IR/Metadata.h | 106 +++++++++++++++-------- include/llvm/IR/User.h | 24 +++-- include/llvm/IR/Value.h | 27 +++--- lib/Target/Lanai/LanaiISelLowering.cpp | 53 +++++++++++- lib/Target/Lanai/LanaiISelLowering.h | 1 + test/CodeGen/Lanai/lshift64.ll | 24 +++++ 9 files changed, 315 insertions(+), 117 deletions(-) create mode 100644 test/CodeGen/Lanai/lshift64.ll