This is an archive of the discontinued LLVM Phabricator instance.

[docs] Update Mips feature table in CodeGenerator.rst
ClosedPublic

Authored by mstojanovic on Oct 24 2019, 5:56 AM.

Diff Detail

Event Timeline

mstojanovic created this revision.Oct 24 2019, 5:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 24 2019, 5:56 AM

I'm not certain if the tail calls should be marked as partial or if they can be considered supported.

I'm not certain if the tail calls should be marked as partial or if they can be considered supported.

I would write just "yes". I think "partial" requires a short description - a list of implemented and not-implemented things. But if you can write such description, let's add it as a note to this table.

I agree that yes is fine. Even though it's not enabled but default it's still usable and is in the spirit that the table defines.

atanasyan accepted this revision.Oct 25 2019, 2:17 AM

LGTM

Thanks.

This revision is now accepted and ready to land.Oct 25 2019, 2:17 AM
This revision was automatically updated to reflect the committed changes.