[llvm] [clang] [Clang][SME] Detect always_inline used with mismatched streaming attributes (PR #77936)
Sam Tebbs via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 03:10:50 PST 2024
================
@@ -153,6 +155,11 @@ class AArch64TargetCodeGenInfo : public TargetCodeGenInfo {
}
return TargetCodeGenInfo::isScalarizableAsmOperand(CGF, Ty);
}
+
+ void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
----------------
SamTebbs33 wrote:
It's called from CodeGenFunction::EmitCall in CGCall.cpp. x86 implements this function as well.
https://github.com/llvm/llvm-project/pull/77936
More information about the cfe-commits
mailing list