[PATCH] D128029: [AArch64] Add target feature "all"
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 11:58:43 PDT 2022
lenary accepted this revision.
lenary added a comment.
This revision is now accepted and ready to land.
I'm happy with this (and I satisfy "someone from Arm" in the comment above). I think others are too, but maybe wait for another @peter.smith comment before landing?
In reply to @nickdesaulniers comment, we can probably move some of the non-aarch64-specific tablegen changes into the target-independent tablegen in a follow-up commit, which will also need `IsAll` to be moved to the subtarget base class. That seems routine and easy, I hope.
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