This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95ec13b AMDGPU: Select mulhi 24-bit instructions new bbef3e0 [MachineLegalize] Do not abort when the target wants to fall back. new 16b39f4 [InstructionSelect] Do not abort when the target wants to fall back. new 529dc06 [RegBankSelect] Do not abort when the target wants to fall back.
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: .../llvm/CodeGen/GlobalISel/InstructionSelect.h | 2 + .../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 2 + include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 14 ++++- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 35 +++++++++--- lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 8 ++- lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 24 ++++++-- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 65 ++++++++++++++++------ 7 files changed, 117 insertions(+), 33 deletions(-)