Skip to content

[LLVM] InstCount pass added when enabling stats#171658

Merged
alinas merged 32 commits intollvm:mainfrom
InakiVA:3metrics
Dec 15, 2025
Merged

[LLVM] InstCount pass added when enabling stats#171658
alinas merged 32 commits intollvm:mainfrom
InakiVA:3metrics

Conversation

@InakiVA
Copy link
Contributor

@InakiVA InakiVA commented Dec 10, 2025

Shows the different types of IR instructions when stats are enabled

@github-actions
Copy link

github-actions bot commented Dec 10, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

@aeubanks aeubanks requested review from aeubanks and alinas December 10, 2025 18:15
Copy link
Contributor

@aeubanks aeubanks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

almost good to go, just a couple more comments

@github-actions
Copy link

github-actions bot commented Dec 11, 2025

🪟 Windows x64 Test Results

  • 128657 tests passed
  • 2819 tests skipped

✅ The build succeeded and all tests passed.

@github-actions
Copy link

github-actions bot commented Dec 11, 2025

🐧 Linux x64 Test Results

  • 187500 tests passed
  • 4963 tests skipped

✅ The build succeeded and all tests passed.

Copy link
Contributor

@alinas alinas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Copy link
Contributor

@aeubanks aeubanks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, I think this is great for getting IR stats!

nitpick on the PR title, we're not "implementing" InstCount, we're adding it to the pipeline

@InakiVA InakiVA changed the title [LLVM] InstCount pass implemented when enabling stats [LLVM] InstCount pass added when enabling stats Dec 13, 2025
@alinas alinas merged commit d6715cd into llvm:main Dec 15, 2025
10 checks passed
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Dec 19, 2025
Shows the different types of IR instructions when stats are enabled.
valadaptive pushed a commit to valadaptive/llvm-project that referenced this pull request Dec 24, 2025
Shows the different types of IR instructions when stats are enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants