This is an archive of the discontinued LLVM Phabricator instance.

[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
ClosedPublic

Authored by igorb on May 10 2017, 6:41 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.May 10 2017, 6:41 AM
This revision is now accepted and ready to land.May 10 2017, 9:48 PM
delena accepted this revision.May 10 2017, 11:24 PM
This revision was automatically updated to reflect the committed changes.