This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1963c0bccb5 GlobalISel: Handle odd breakdowns for bit ops new dee372f3380 [AArch64] Teach getTestBitOperand to look through ANY_EXTENDS new 9b419470200 GlobalISel: Support legalizing G_CONSTANT with irregular breakdown new dc5d59bf21f GlobalISel: Fix invoke lowering creating invalid type registers new fff0af42604 GlobalISel: Move computeValueLLTs new 12041c1bc88 llvm-undname: Fix another crash-on-invalid
The 5 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/Analysis.h | 13 +++++ include/llvm/CodeGen/GlobalISel/CallLowering.h | 5 +- lib/CodeGen/Analysis.cpp | 30 ++++++++++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 35 ++----------- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 57 ++++++++++++---------- lib/Demangle/MicrosoftDemangle.cpp | 2 - lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 8 --- test/CodeGen/AArch64/tbz-tbnz.ll | 15 ++++-- .../AMDGPU/GlobalISel/legalize-constant.mir | 17 +++++++ test/Demangle/invalid-manglings.test | 5 ++ 11 files changed, 120 insertions(+), 73 deletions(-)