This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print() new 177fbef [InstCombine] use m_APInt to allow icmp (shl X, Y), C folds f [...] new 077e6b7 GlobalISel: teach legalizer how to handle integer constants. new 4e4ac88 GlobalISel: support legalization of G_FCONSTANTs
The 3 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/MachineIRBuilder.h | 9 ++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 5 ++ lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 18 ++++++- lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 5 +- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 10 ++++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 33 ++++++------ .../AArch64/GlobalISel/legalize-constant.mir | 62 ++++++++++++++++++++++ test/Transforms/InstCombine/getelementptr.ll | 8 +-- test/Transforms/InstCombine/icmp.ll | 28 +++++----- 9 files changed, 142 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-constant.mir