[PATCH] D33038: [X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 06:41:34 PDT 2017


igorb created this revision.

Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp so it can be used by GloabalIsel instruction selector.
This is a pre-commit for a patch I'm working on to support G_ICMP. NFC.


https://reviews.llvm.org/D33038

Files:
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33038.98442.patch
Type: text/x-patch
Size: 6209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/e4d73c03/attachment.bin>


More information about the llvm-commits mailing list