This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbb0dfe533d [MS Demangler] Add ms-return-qualifiers.test. new be764dbd779 [GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR blockad [...] new 58ce02a3b60 [AArch64][GlobalISel] Make G_BLOCK_ADDR legal. new a422671937f [AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR.
The 3 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/MachineIRBuilder.h | 10 +++ include/llvm/Support/TargetOpcodes.def | 5 +- include/llvm/Target/GenericOpcodes.td | 7 ++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 + lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 96 +++++++++++++++------- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 + .../AArch64/GlobalISel/arm64-irtranslator.ll | 12 +++ .../AArch64/GlobalISel/legalize-blockaddress.mir | 45 ++++++++++ .../AArch64/GlobalISel/select-blockaddress.mir | 64 +++++++++++++++ 10 files changed, 220 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-blockaddress.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-blockaddress.mir