[clang] [AArch64][SME] Warn when using a streaming builtin from a non-streaming function (PR #74064)

Sam Tebbs via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 02:54:37 PST 2023


================
@@ -3058,6 +3058,11 @@ bool Sema::ParseSVEImmChecks(
       if (SemaBuiltinConstantArgRange(TheCall, ArgNum, 1, 7))
         HasError = true;
       break;
+    case SVETypeFlags::ImmCheck2_4_Mul2:
----------------
SamTebbs33 wrote:

I think you were looking at an old commit as I fixed that in [48ee745](https://github.com/llvm/llvm-project/pull/74064/commits/48ee745a815f0fda41cb1791f91d73db73e4aeba)

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


More information about the cfe-commits mailing list