This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5b2af0eae4 Parse and print DIExpressions inline to ease IR and MIR testing new 5417eb62a03 Attempt to fix the BUILD_SHARED_LIBS build after the DIExpr [...] new 5f06407357f [GISEl]: Translate phi into G_PHI
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/MachineInstr.h | 6 +- include/llvm/Target/GenericOpcodes.td | 6 ++ include/llvm/Target/TargetOpcodes.def | 3 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/MIRParser/LLVMBuild.txt | 2 +- lib/CodeGen/MachineVerifier.cpp | 17 +++++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 + lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 +- lib/Target/ARM/ARMRegisterBankInfo.cpp | 2 +- lib/Target/X86/X86RegisterBankInfo.cpp | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 8 +-- test/CodeGen/AArch64/GlobalISel/select-phi.mir | 78 ++++++++++++++++++++++ test/Verifier/test_g_phi.mir | 78 ++++++++++++++++++++++ 14 files changed, 204 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/select-phi.mir create mode 100644 test/Verifier/test_g_phi.mir