[PATCH] D129996: [docs] Remove unmaintained target feature matrix

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 03:52:28 PDT 2022


asb created this revision.
asb added a reviewer: tstellar.
Herald added subscribers: wingo, pmatos, StephenFan, sameer.abuasal, fedor.sergeev.
Herald added a project: All.
asb requested review of this revision.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D129996

Files:
  llvm/docs/CodeGenerator.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129996.445445.patch
Type: text/x-patch
Size: 10045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220718/20daa297/attachment.bin>


More information about the llvm-commits mailing list