[PATCH] D142548: [AArch64] Replace AEK_CRYPTO with relevant features in cpu definitions

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 03:41:56 PST 2023


lenary accepted this revision.
lenary added a comment.

Thanks, I had been thinking this was the right way to go.

I was partly wondering what we should do about `FeatureCrypto` in AArch64.td - the two things that came to mind were either to split it into `FeatureCrypto84` and `FeatureCrypto82` (names tbd), or do this full split and make FeatureCrypto do absolutely nothing (with a big comment as to why). Thoughts?


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

https://reviews.llvm.org/D142548



More information about the llvm-commits mailing list