This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3bef06b0cf Do not recombine FMA when that is not needed. new d98de6bf352 [GISel]: Support Widening G_ICMP's destination operand. new 2018eac6ffb Fix typo in comment. new 865526dc31c Strip trailing whitespace. NFCI.
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 54 ++++++++++++++++++---- lib/Target/AArch64/AArch64InstructionSelector.cpp | 10 ++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 ++- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 14 +++--- test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 6 ++- test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 14 ++++-- test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 3 +- .../AArch64/GlobalISel/regbankselect-default.mir | 21 ++++++--- test/CodeGen/AArch64/GlobalISel/select-cbz.mir | 20 ++++---- test/CodeGen/AArch64/GlobalISel/select.mir | 30 ++++++++---- 11 files changed, 126 insertions(+), 54 deletions(-)