[PATCH] D128029: [AArch64] Add target feature "all"

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 10:37:54 PDT 2022


nickdesaulniers added a comment.

Do we have equivalent "all" features for other architectures? It might be nice to have an interface architectures can provide to list a list of all possible features.  Then we have one place to keep up to date, then other call sites can share that code.  That might help us notice sooner when the "all" list is missing a new addition if there's more than one user, eventually.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128029/new/

https://reviews.llvm.org/D128029



More information about the llvm-commits mailing list