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

David Sherwood via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 20 08:04:34 PDT 2023


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

Do we still need this code given we're now checking the ICE arguments in GetAArch64SMEProcessedOperands?

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


More information about the cfe-commits mailing list