This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c7bb0a38ae [APInt] Remove an unneeded extra temporary APInt from toString. new e637084b4f4 [GlobalISel][X86] G_ICMP support.
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: lib/Target/X86/X86InstructionSelector.cpp | 57 +++ lib/Target/X86/X86LegalizerInfo.cpp | 12 + test/CodeGen/X86/GlobalISel/cmp.ll | 159 ++++++ test/CodeGen/X86/GlobalISel/legalize-cmp.mir | 179 +++++++ .../X86/GlobalISel/regbankselect-X86_64.mir | 125 ++++- test/CodeGen/X86/GlobalISel/select-cmp.mir | 563 +++++++++++++++++++++ 6 files changed, 1090 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/cmp.ll create mode 100644 test/CodeGen/X86/GlobalISel/legalize-cmp.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-cmp.mir