This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65c12193d04 AMDGPU/GlobalISel: Select G_SHL new aae61649ecd [PowerPC][HTM] Fix impossible reg-to-reg copy assert with t [...] new 81598fb771c AMDGPU/GlobalISel: Select G_LSHR
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: lib/Target/AMDGPU/SOPInstructions.td | 4 +- lib/Target/AMDGPU/VOP2Instructions.td | 2 +- lib/Target/AMDGPU/VOP3Instructions.td | 2 +- lib/Target/PowerPC/PPCInstrHTM.td | 4 +- .../{inst-select-shl.mir => inst-select-lshr.mir} | 272 ++++++++++----------- ...select-shl.s16.mir => inst-select-lshr.s16.mir} | 152 ++++++------ .../AMDGPU/GlobalISel/inst-select-lshr.v2s16.mir | 169 +++++++++++++ test/CodeGen/PowerPC/htm-ttest.ll | 30 +++ 8 files changed, 418 insertions(+), 217 deletions(-) copy test/CodeGen/AMDGPU/GlobalISel/{inst-select-shl.mir => inst-select-lshr.mir} (56%) copy test/CodeGen/AMDGPU/GlobalISel/{inst-select-shl.s16.mir => inst-select-lshr.s [...] create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-lshr.v2s16.mir create mode 100644 test/CodeGen/PowerPC/htm-ttest.ll