This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d2ad48b331 GlobalISel: Implement moreElementsVector for phi new 2d429b10917 GlobalISel: Implement fewerElementsVector for phi
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: include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 3 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 93 +++++++++- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 1 + test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 204 ++++++++++++++++++++- .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 94 ++++++++++ 5 files changed, 386 insertions(+), 9 deletions(-)