This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1338c14d067 [AArch64] Update MTE system register encodings new caa2044883a [DebugInfo] Avoid dropping location info across block boundaries new 38f2f8c8317 [MIPS GlobalISel] NarrowScalar G_TRUNC new 410e1dd4085 [MIPS GlobalISel] Consider type1 when legalizing shifts aft [...]
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 15 ++ lib/CodeGen/LiveDebugValues.cpp | 162 +++++++++++++-------- lib/Target/Mips/MipsLegalizerInfo.cpp | 8 +- test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir | 37 ++++- test/CodeGen/Mips/GlobalISel/legalizer/trunc.mir | 30 ++++ .../Mips/GlobalISel/llvm-ir/{ret.ll => trunc.ll} | 9 +- .../MIR/X86/live-debug-values-restore.mir | 160 +++++++++++++++++++- 7 files changed, 350 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/trunc.mir copy test/CodeGen/Mips/GlobalISel/llvm-ir/{ret.ll => trunc.ll} (69%)