This is an archive of the discontinued LLVM Phabricator instance.

Implement Mips fast-isel signed and unsigned integer compare
AbandonedPublic

Authored by rkotler on Jun 9 2014, 5:08 PM.

Details

Reviewers
dsanders
Summary

Implement the Mips fast-isel signed and unsigned integer compare
operations.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 10254.Jun 9 2014, 5:08 PM
rkotler retitled this revision from to Implement Mips fast-isel signed and unsigned integer compare.
rkotler updated this object.
rkotler edited the test plan for this revision. (Show Details)
rkotler added a reviewer: dsanders.

SelectCmp and the corresponding lines in TargetSelectInstruction are the real parts of this patch.
There are other pieces which are previous but yet unapproved patches that are in here too.

The executable test case is uploaded here.

rkotler abandoned this revision.Dec 24 2014, 2:04 PM

Superseded by D5566