[AArch64] Check target feature support for __builtin_arm_crc*
authorFangrui Song <i@maskray.me>
Tue, 27 Sep 2022 00:16:44 +0000 (17:16 -0700)
committerFangrui Song <i@maskray.me>
Tue, 27 Sep 2022 00:16:44 +0000 (17:16 -0700)
commitb2d7a0dcf1ff1c08cac173f408843a8659c6f3cd
tree11e0cd10297e4b10049607461965972f03f4c45a
parent9a1544277e8a9336c98fe8e1f3d6fdde9d2f2bcf
[AArch64] Check target feature support for __builtin_arm_crc*

This is the AArch64 counterpart of D134127.
Daniel Kiss will change more `BUILTIN` to `TARGET_BUILTIN`.

Fix #57802
clang/include/clang/Basic/BuiltinsAArch64.def
clang/lib/Basic/Targets/AArch64.cpp
clang/test/CodeGen/arm64-crc32.c
clang/test/CodeGen/arm_acle.c