This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0fb24c145bf [llvm-objcopy] Add --weaken-symbol (-W) option new 9378c2c1c00 [globalisel][legalizerinfo] Add support for legalization ba [...]
The 1 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/LegalizerInfo.h | 36 ++++++++++++++- lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 18 ++++++++ lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 54 ++++++++++++++++------ lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 16 ++++++- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 11 ++++- .../AArch64/GlobalISel/legalize-extracts.mir | 8 ++-- .../AArch64/GlobalISel/legalize-load-store.mir | 8 ++-- test/CodeGen/ARM/GlobalISel/arm-legalize-vfp4.mir | 6 ++- .../X86/GlobalISel/legalize-memop-scalar.mir | 8 ++-- test/CodeGen/X86/GlobalISel/legalize-undef.mir | 26 +++++------ 10 files changed, 144 insertions(+), 47 deletions(-)