This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa3f3e76a08 GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sources new 1c6b68965a4 AMDGPU/GlobalISel: Select G_UADDO/G_USUBO new d1e95f6529a [X86] Add test case to show missed opportunity to shrink a [...] new 914e6761d90 [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias [...]
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: docs/CommandGuide/llvm-readelf.rst | 4 +- docs/CommandGuide/llvm-readobj.rst | 4 +- lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 44 ++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 +- .../AMDGPU/GlobalISel/inst-select-uaddo.mir | 197 +++++++++++++++ .../AMDGPU/GlobalISel/inst-select-usubo.mir | 197 +++++++++++++++ test/CodeGen/X86/masked_gather_scatter.ll | 280 +++++++++++++++++++++ .../llvm-readobj/ARM/attribute-conformance-1.s | 2 - .../llvm-readobj/ARM/attribute-conformance-2.s | 2 - tools/llvm-readobj/llvm-readobj.cpp | 2 - 11 files changed, 725 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-uaddo.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-usubo.mir