This is an archive of the discontinued LLVM Phabricator instance.

Don't allow isFP64bit for mips fast-isel at this time.
AbandonedPublic

Authored by rkotler on Oct 3 2014, 1:01 PM.

Details

Reviewers
dsanders
Summary

We don't currently support isFP64bit at this time but it will be added very soon.
There are some differences and the current mips fast-isel will generate the wrong sequences
for that variant.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 14398.Oct 3 2014, 1:01 PM
rkotler retitled this revision from to Don't allow isFP64bit for mips fast-isel at this time..
rkotler updated this object.
rkotler edited the test plan for this revision. (Show Details)
rkotler added a reviewer: dsanders.
rkotler added subscribers: mcrosier, rfuhler, Unknown Object (MLST).
rkotler abandoned this revision.Oct 6 2014, 2:40 PM

Decision was made to solve this issue in another way.