[clang] [Clang][NEON] Add neon target guard to intrinsics (PR #98624)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 17 09:36:28 PDT 2024


================
@@ -289,7 +289,7 @@ def SPLATQ : WInst<"splat_laneq", ".(!Q)I",
                    "UcUsUicsilPcPsfQUcQUsQUiQcQsQiQPcQPsQflUlQlQUlhdQhQdPlQPl"> {
   let isLaneQ = 1;
 }
-let TargetGuard = "bf16" in {
+let TargetGuard = "bf16,neon" in {
----------------
Lukacma wrote:

Yes that's right. 

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


More information about the cfe-commits mailing list