Skip to content

[Instrumentor] Add numeric operation instruction instrumentation support#199749

Draft
EthanLuisMcDonough wants to merge 4 commits into
llvm:mainfrom
EthanLuisMcDonough:instrumentor_arith
Draft

[Instrumentor] Add numeric operation instruction instrumentation support#199749
EthanLuisMcDonough wants to merge 4 commits into
llvm:mainfrom
EthanLuisMcDonough:instrumentor_arith

Conversation

@EthanLuisMcDonough
Copy link
Copy Markdown
Member

@EthanLuisMcDonough EthanLuisMcDonough commented May 26, 2026

This patch depends on #198224 and introduces a new instrumentation opportunity for numeric operations.

jdoerfert and others added 2 commits May 22, 2026 19:41
We now allow to have instrumentation opportunities for many instructions
(=opcodes) to bundle common classes together. Users can use filters on
the opcode, type-id, and size to statically select what they are
interested in.
@EthanLuisMcDonough EthanLuisMcDonough requested review from jdoerfert and kevinsala and removed request for kevinsala May 26, 2026 19:14
@EthanLuisMcDonough EthanLuisMcDonough changed the title [Instrumentor] Add binary operation instruction instrumentation support [Instrumentor] Add numeric operation instruction instrumentation support May 28, 2026
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.

2 participants