This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee8e40b4f15 Cast from SDValue directly instead of superfluous getNode(). NFCI. new 87f5caf3557 [yaml2obj][obj2yaml] Remove section type range markers from [...] new 47f8b7cd251 GlobalISel: Implement moreElementsVector for bit ops
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 | 5 + include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 5 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 40 ++++ lib/ObjectYAML/ELFYAML.cpp | 4 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 20 ++ .../AMDGPU/GlobalISel/artifact-combiner-zext.mir | 17 +- test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 227 +++++++++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 235 +++++++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 235 +++++++++++++++++++-- test/tools/obj2yaml/section-type.yaml | 28 +++ test/tools/yaml2obj/section-type.yaml | 27 +++ .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 40 ++++ 12 files changed, 788 insertions(+), 95 deletions(-) create mode 100644 test/tools/obj2yaml/section-type.yaml create mode 100644 test/tools/yaml2obj/section-type.yaml