This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c32994026e AMDGPU/GlobalISel: Don't use g_implicit_def in a few tests new c9e555791db GlobalISel: Fix artifact combiner constant legality checks [...]
The 1 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: .../GlobalISel/LegalizationArtifactCombiner.h | 19 +++-- .../AMDGPU/GlobalISel/artifact-combiner-anyext.mir | 70 +++++++++++++++ .../AMDGPU/GlobalISel/artifact-combiner-sext.mir | 99 ++++++++++++++++++++++ .../AMDGPU/GlobalISel/artifact-combiner-zext.mir | 85 +++++++++++++++++++ .../GlobalISel/legalize-extract-vector-elt.mir | 23 ++--- 5 files changed, 274 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-anyext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir