This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20230f9b428 [InstCombine] Canonicalize variable mask in masked merge new cb994145314 [LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings new dc034412969 [globalisel][legalizerinfo] Introduce dedicated extending l [...]
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-c/DebugInfo.h | 75 ++++++++++++---------- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++++ include/llvm/Support/TargetOpcodes.def | 8 ++- include/llvm/Target/GenericOpcodes.td | 16 +++++ lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 48 ++++++++++++-- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 ++- lib/IR/DebugInfo.cpp | 68 +++++++++++++++----- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 ++ .../AArch64/GlobalISel/legalize-extload.mir | 25 ++++++++ .../AArch64/GlobalISel/legalize-sextload.mir | 25 ++++++++ .../AArch64/GlobalISel/legalize-zextload.mir | 25 ++++++++ 11 files changed, 261 insertions(+), 55 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-extload.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sextload.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-zextload.mir