================
@@ -2082,8 +2082,13 @@ const StringMap<bool> sys::getHostCPUFeatures() {
.Case("fp", "fp-armv8")
.Case("crc32", "crc")
.Case("atomics", "lse")
+ .Case("sha3", "sha3")
+ .Case("sm4", "sm4")
.Case("sve", "sve")
.Case("sve2", "sve2")
+ .Case("sveaes", "sve-aes")
+ .Case("svesha3", "sve-sha3")
+ .Case("svesm4", "sve2-sm4")
----------------
paulwalker-arm wrote:
This is reason enough to turn `sve2-sm4` into an alias and introduce `sve-sm4`,
much like I did recently for `sve2-sha3`.
https://github.com/llvm/llvm-project/pull/146323
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits