================ @@ -1143,30 +1146,62 @@ void AArch64TargetCodeGenInfo::checkFunctionABI( } } -void AArch64TargetCodeGenInfo::checkFunctionCallABIStreaming( - CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, - const FunctionDecl *Callee) const { - if (!Caller || !Callee || !Callee->hasAttr<AlwaysInlineAttr>()) - return; +enum class ArmStreamingInlinability : uint8_t { ---------------- sdesmalen-arm wrote:
nit: This is a bit of a misnomer, because NewZA has nothing to do with streaming mode. What about calling it `ArmInlineCompatibility` ? https://github.com/llvm/llvm-project/pull/116391 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits