[PATCH] D49370: [AArch64] Armv8.2-A: add the crypto extensions

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 06:40:15 PDT 2018


olista01 added inline comments.


================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:4753
+  { "crc",  {AArch64::FeatureCRC} },
+  { "sm4",  {AArch64::FeatureSM4} },
+  { "sha3", {AArch64::FeatureSHA3} },
----------------
These new feature names and ExpandCryptoAEK aren't covered by any of the tests, could you add some?


https://reviews.llvm.org/D49370





More information about the llvm-commits mailing list