This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9b850b [libFuzzer] add 'features' to the corpus elements, allow muta [...] new 22bb41e [RegisterBankInfo] Take advantage of the extra argument of Sm [...] new e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank.
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/CodeGen/GlobalISel/RegisterBank.h | 11 +++++---- include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 6 ++--- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 15 +++++++----- lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 28 ++++++++++++++++++++++ lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 20 +++++++++++++++- lib/Target/AArch64/AArch64RegisterBankInfo.h | 4 ++++ 6 files changed, 69 insertions(+), 15 deletions(-) create mode 100644 lib/Target/AArch64/AArch64GenRegisterBankInfo.def