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

Kerry McLaughlin via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 07:16:42 PDT 2023


================
@@ -10266,35 +10288,13 @@ Value *CodeGenFunction::EmitAArch64SVEBuiltinExpr(unsigned BuiltinID,
 
 Value *CodeGenFunction::EmitAArch64SMEBuiltinExpr(unsigned BuiltinID,
                                                   const CallExpr *E) {
-  // Find out if any arguments are required to be integer constant expressions.
----------------
kmclaughlin-arm wrote:

I've moved these changes to #70662 and I'll update this patch shortly to remove the non-functional changes.

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


More information about the cfe-commits mailing list