This is an archive of the discontinued LLVM Phabricator instance.

Have a way to let fast-isel handle normally optimized library functions
AbandonedPublic

Authored by rkotler on Feb 3 2015, 5:46 PM.

Details

Reviewers
mcrosier
Summary

For some reason, LLVM decides to not handle functions in the C library that are normally
marked as optimized. I don't know the history of this but for sure in the mips fast-isel port we don't
want this behavior so I have provided a way for a class that is derived from the target independent fast-isel
to override this behavior.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 19291.Feb 3 2015, 5:46 PM
rkotler retitled this revision from to Have a way to let fast-isel handle normally optimized library functions.
rkotler updated this object.
rkotler edited the test plan for this revision. (Show Details)
rkotler added a reviewer: mcrosier.
rkotler added subscribers: dsanders, rfuhler.
rkotler added a subscriber: Unknown Object (MLST).

adding llvm commits to this