This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 983f9af008e [MC] Lex CRLF as one token new 9f219e8d892 Add !callees metadata new 7ff760d050a [AArch64][LegalizerInfo] Mark s128 G_BITCAST legal new e4ffbabdc0c [AArch64][RegisterBankInfo] Add mapping support for G_BITCA [...] new 364dbc593b0 Re-apply [AArch64][RegisterBankInfo] Use the statically com [...]
The 4 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: docs/LangRef.rst | 17 ++++ include/llvm/IR/LLVMContext.h | 1 + include/llvm/IR/MDBuilder.h | 8 ++ lib/IR/LLVMContext.cpp | 1 + lib/IR/MDBuilder.cpp | 8 ++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 4 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 43 ++++++++-- .../AArch64/GlobalISel/arm64-regbankselect.mir | 92 ++++++++++++++++++++++ .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 26 ++++++ test/ThinLTO/X86/lazyload_metadata.ll | 4 +- 10 files changed, 195 insertions(+), 9 deletions(-)