This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7467893 Update vectorization debug info unittest. new e6797b7 GlobalISel: translate invoke and landingpad instructions new 5224b5a GlobalISel: fix typo. NFC
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/IRTranslator.h | 6 +- include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 4 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 117 ++++++++++++++++++++- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 4 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 +- .../AArch64/GlobalISel/irtranslator-exceptions.ll | 44 ++++++++ 6 files changed, 169 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll