[clang] [AArch64][SME2] Add PEXT, PSEL builtins for SME2 (PR #72827)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 07:09:45 PST 2023


================
@@ -1859,19 +1859,28 @@ def SVBGRP   : SInst<"svbgrp[_{d}]",   "ddd", "UcUsUiUl", MergeNone, "aarch64_sv
 def SVBGRP_N : SInst<"svbgrp[_n_{d}]", "dda", "UcUsUiUl", MergeNone, "aarch64_sve_bgrp_x">;
 }
 
+let TargetGuard = "sve2p1|sme" in {
----------------
sdesmalen-arm wrote:

I agree this should be `sve2p1|sme`.

https://github.com/llvm/llvm-project/pull/72827


More information about the cfe-commits mailing list