[clang] [Clang][SME] Detect always_inline used with mismatched streaming attributes (PR #77936)

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 13:24:20 PST 2024


================
@@ -153,6 +155,11 @@ class AArch64TargetCodeGenInfo : public TargetCodeGenInfo {
     }
     return TargetCodeGenInfo::isScalarizableAsmOperand(CGF, Ty);
   }
+
+  void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
----------------
jroelofs wrote:

where is this new function called?

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


More information about the cfe-commits mailing list