[PATCH] D32995: [GlobalISel][X86] G_ICMP support.

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 04:34:20 PDT 2017


igorb created this revision.
Herald added subscribers: krytarowski, kristof.beyls, rovka.

support G_ICMP for scalar types i8/i16/i64.


https://reviews.llvm.org/D32995

Files:
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  lib/Target/X86/X86InstructionSelector.cpp
  lib/Target/X86/X86LegalizerInfo.cpp
  test/CodeGen/X86/GlobalISel/cmp.ll
  test/CodeGen/X86/GlobalISel/legalize-cmp.mir
  test/CodeGen/X86/GlobalISel/regbankselect-X86_64.mir
  test/CodeGen/X86/GlobalISel/select-cmp.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32995.98267.patch
Type: text/x-patch
Size: 38373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/de98c19b/attachment.bin>


More information about the llvm-commits mailing list