[clang] [AArch64][SME]Update intrinsic interface for read/write (PR #65594)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 23:38:22 PDT 2023


================
@@ -9553,12 +9553,8 @@ Value *CodeGenFunction::EmitSMEReadWrite(const SVETypeFlags &TypeFlags,
   Function *F = CGM.getIntrinsic(IntID, VecTy);
   if (TypeFlags.isReadZA()) {
----------------
sdesmalen-arm wrote:

nit: you can remove the curly braces now.

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


More information about the cfe-commits mailing list