This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 91e38641d2d Remove a stale comment, noted in post commit review for rL375038 new 1e4926f6d18 [Symbolize] Use the local MSVC C++ demangler instead of rel [...] new 2097552a47b GlobalISel: Implement lower for G_SADDO/G_SSUBO
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/CodeGen/GlobalISel/LegalizerHelper.h | 1 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 39 ++++++ lib/DebugInfo/Symbolize/Symbolize.cpp | 36 ++---- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 5 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 - test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir | 139 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir | 139 +++++++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-saddo.mir | 68 ---------- .../AMDGPU/GlobalISel/regbankselect-ssubo.mir | 69 ---------- test/tools/llvm-symbolizer/coff-dwarf.test | 3 - test/tools/llvm-symbolizer/coff-exports.test | 3 - 11 files changed, 333 insertions(+), 171 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-saddo.mir delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-ssubo.mir