This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9eb3dcabce AMDGPU/GlobalISel: Fix selection of 16-bit shifts new 0401164ba78 GlobalISel: Partially implement lower for G_INSERT new ee3a634ba6f AMDGPU/GlobalISel: Handle more G_INSERT cases new 1f2f1808e42 gn build: try to make system-libs.windows.test pass
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: include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 41 ++++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 44 +----- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 10 +- lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 66 +++++++-- lib/Target/AMDGPU/AMDGPURegisterInfo.h | 2 +- .../AMDGPU/GlobalISel/inst-select-insert.mir | 150 +++++++++++++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir | 154 ++++++++++++++++++++- utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn | 2 +- 9 files changed, 379 insertions(+), 91 deletions(-)