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

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 01:05:06 PST 2023


================
@@ -500,6 +506,12 @@ bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
   case GenArmSmeRangeChecks:
     EmitSmeRangeChecks(Records, OS);
     break;
+  case GenArmSmeStreamingAttrs:
----------------
sdesmalen-arm wrote:

We also need to do this for SVE (you seem to have added the logic for it in SveEmitter.cpp, but are not using it otherwise).

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


More information about the cfe-commits mailing list