This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24658daa730 [DAG] Cleanup of unused node in SimplifySelectCC. new 75521639735 GlobalISel: Try to make legalize rules more useful for vectors
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/LegalizerInfo.h | 80 +++++++++++-- include/llvm/Support/LowLevelTypeImpl.h | 16 +++ lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 29 ++++- lib/CodeGen/GlobalISel/LegalizeMutations.cpp | 30 +++-- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 25 ++-- unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 126 +++++++++++++++++++++ unittests/CodeGen/LowLevelTypeTest.cpp | 55 +++++++++ 7 files changed, 323 insertions(+), 38 deletions(-)