This is an archive of the discontinued LLVM Phabricator instance.

[docs] Remove unmaintained target feature matrix
ClosedPublic

Authored by asb on Jul 18 2022, 3:52 AM.

Details

Summary

Back in 2017, a table was added to the codegen documentation listing which features various backends support. It received a few updates since then, but not since the end of 2019. Having such a table is a nice idea, but it hasn't been kept up to date, it isn't easy to ensure that it is up to date, and the table probably isn't very discoverable for most users who would be interested in this information anyway (it would be better suited to some kind of "what can LLVM do for me?" page).

For all of the above reasons, I propose removing it.

Diff Detail

Event Timeline

asb created this revision.Jul 18 2022, 3:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2022, 3:52 AM
asb requested review of this revision.Jul 18 2022, 3:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2022, 3:52 AM
tstellar accepted this revision.Jul 18 2022, 7:53 AM
This revision is now accepted and ready to land.Jul 18 2022, 7:53 AM
This revision was landed with ongoing or failed builds.Jul 18 2022, 10:38 AM
This revision was automatically updated to reflect the committed changes.