This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 065862a1174 [GVNSink] Remove dependency on SmallPtrSet iteration order. new be7fdad632c [GISel]: Add a clean up combiner during legalization.
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/Legalizer.h | 3 - .../llvm/CodeGen/GlobalISel/LegalizerCombiner.h | 206 +++++++++++++++++++++ include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 4 + lib/CodeGen/GlobalISel/Legalizer.cpp | 161 ++++++---------- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 10 +- test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 25 ++- test/CodeGen/AArch64/GlobalISel/legalize-gep.mir | 10 +- test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 39 ++-- .../AArch64/GlobalISel/legalize-load-store.mir | 8 +- test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 120 +++++++++--- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 27 ++- .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 12 +- test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 4 +- test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 32 ++-- 20 files changed, 487 insertions(+), 202 deletions(-) create mode 100644 include/llvm/CodeGen/GlobalISel/LegalizerCombiner.h