[clang] [Clang][AArch64] Expose compatible SVE intrinsics with only +sme (PR #95787)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 19 06:17:46 PDT 2024
================
@@ -2264,6 +2278,18 @@ let TargetGuard = "sve2p1" in {
defm SVPMOV_TO_VEC_LANE_D : PMOV_TO_VEC<"svpmov", "lUl", "aarch64_sve_pmov_to_vector_lane" ,[], ImmCheck1_7>;
}
+let TargetGuard = "sve2p1|sme2" in {
----------------
sdesmalen-arm wrote:
Good spot!
https://github.com/llvm/llvm-project/pull/95787
More information about the cfe-commits
mailing list