This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4824c6 [InstSimplify] add folds for or-of-icmps with same operands new a5cd8a6 GlobalISel: stop the legalizer from trying to handle oddly-si [...] new 22c48aa GlobalISel: allow G_SELECT instructions for pointers. new 3a783f8 GlobalISel: handle G_SEQUENCE fallbacks gracefully.
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 | 2 +- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 5 +++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 +++++---- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 3 +++ lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 ++++ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 17 +++++++++++++++++ test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++ 7 files changed, 46 insertions(+), 5 deletions(-)