[all-commits] [llvm/llvm-project] 86c424: [docs] Remove unmaintained target feature matrix
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Mon Jul 18 10:38:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86c4242976f7d3da52d33558ddc372537fa85b0b
https://github.com/llvm/llvm-project/commit/86c4242976f7d3da52d33558ddc372537fa85b0b
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/docs/CodeGenerator.rst
Log Message:
-----------
[docs] Remove unmaintained target feature matrix
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 believe it makes sense to remove it.
Differential Revision: https://reviews.llvm.org/D129996
More information about the All-commits
mailing list