[llvm] [NewPM] Port StaticDataProfileInfo and wire into x86 AsmPrinter (PR #207550)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 4 17:58:12 PDT 2026
github-actions[bot] wrote:
<!--LLVM IDS CHECK COMMENT-->
:warning: LLVM ABI annotation checker, ids-check found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
Build idt from compnerd/ids, then for each changed header:
idt -p build/ --main-file <matching-source.cpp> \
--apply-fixits --inplace <header>
``````````
</details>
<details>
<summary>
View the diff from ids-check here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/Analysis/StaticDataProfileInfo.h b/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
index c0c169fb1..6411e66bc 100644
--- a/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
+++ b/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
@@ -118,7 +118,7 @@ private:
class LLVM_ABI StaticDataProfileInfoAnalysis
: public AnalysisInfoMixin<StaticDataProfileInfoAnalysis> {
public:
- LLVM_ABI static AnalysisKey Key;
+ static AnalysisKey Key;
class Result {
std::unique_ptr<StaticDataProfileInfo> HeldInfo;
``````````
</details>
https://github.com/llvm/llvm-project/pull/207550
More information about the llvm-commits
mailing list