[clang] [Clang][SME2] Add multi-vector add/sub builtins (PR #69725)

Kerry McLaughlin via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 09:11:18 PDT 2023


================
@@ -10272,29 +10291,13 @@ Value *CodeGenFunction::EmitAArch64SMEBuiltinExpr(unsigned BuiltinID,
   getContext().GetBuiltinType(BuiltinID, Error, &ICEArguments);
----------------
kmclaughlin-arm wrote:

I've removed this, it wasn't needed here now that it's checked in GetAArch64SVEProcessedOperands.

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


More information about the cfe-commits mailing list