File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9034,21 +9034,21 @@ AArch64TargetLowering::LowerCall(CallLoweringInfo &CLI,
90349034 CalleeAttrs = SMEAttrs(ES->getSymbol());
90359035
90369036 auto DescribeCallsite =
9037- [&](OptimizationRemarkAnalysis &R) -> OptimizationRemarkAnalysis & {
9038- R << "call from '" << ore::NV("Caller", MF.getName()) << "' to '";
9039- if (auto *ES = dyn_cast<ExternalSymbolSDNode>(CLI.Callee)) {
9040- R << ore::NV("Callee", ES->getSymbol());
9041- }
9042- else if (CLI.CB) {
9043- const std::optional<StringRef> CalleeName =
9044- CLI.CB->getCalledFunctionName();
9045- R << ore::NV("Callee", CalleeName.value_or("unknown callee"));
9046- }
9047- else {
9048- R << "unknown callee";
9049- }
9050- R << "'";
9051- return R;
9037+ [&](OptimizationRemarkAnalysis &R) -> OptimizationRemarkAnalysis & {
9038+ R << "call from '" << ore::NV("Caller", MF.getName()) << "' to '";
9039+ if (auto *ES = dyn_cast<ExternalSymbolSDNode>(CLI.Callee)) {
9040+ R << ore::NV("Callee", ES->getSymbol());
9041+ }
9042+ else if (CLI.CB) {
9043+ const std::optional<StringRef> CalleeName =
9044+ CLI.CB->getCalledFunctionName();
9045+ R << ore::NV("Callee", CalleeName.value_or("unknown callee"));
9046+ }
9047+ else {
9048+ R << "unknown callee";
9049+ }
9050+ R << "'";
9051+ return R;
90529052 };
90539053
90549054 bool RequiresLazySave = CallerAttrs.requiresLazySave(CalleeAttrs);
You can’t perform that action at this time.
0 commit comments