Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

i#7464 msb memref: Allow non-memref to follow prefetch instr#7465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
abhinav92003 wants to merge15 commits intomaster
base:master
Choose a base branch
Loading
fromi7464-msb-memref

Conversation

abhinav92003
Copy link
Contributor

@abhinav92003abhinav92003 commentedApr 23, 2025
edited
Loading

Allows raw traces entries that do not look like OFFLINE_TYPE_MEMREF or OFFLINE_TYPE_MEMREF_HIGH to follow prefetch instructions during raw2trace conversion.

Prefetch instructions may generate a memref with an address that has some of the top 3 bits set which overwrites the type field to contain a value that is not either OFFLINE_TYPE_MEMREF or OFFLINE_TYPE_MEMREF_HIGH. Here, we override raw2trace logic to force it to process the raw trace entry following a prefetch instruction as a memref.

raw2trace conversion of a real trace failed with the "Unknown trace type" error without this fix. Reproduces the same issue on the builtin_prefetch app, which is now fixed.

Issue:#7464,#7364

Allows raw traces entries that do not look like OFFLINE_TYPE_MEMREF or OFFLINE_TYPE_MEMREF_HIGH to follow prefetch instructions during raw2trace conversion.Prefetch instructions may generate a memref with an address that has some of the top 3 bits set which overwrites the type field to contain a value that is not either OFFLINE_TYPE_MEMREF or OFFLINE_TYPE_MEMREF_HIGH. Here, we override raw2trace logic to force it to process the raw trace entry following a prefetch instruction as a memref.raw2trace conversion of a real trace failed with the "Unknown trace type" error without this fix. Reproduces the same issue on the builtin_prefetch app, which is now fixed.Issue:#7464
@abhinav92003abhinav92003 marked this pull request as draftApril 23, 2025 00:41
@abhinav92003abhinav92003 marked this pull request as ready for reviewApril 23, 2025 17:45
@abhinav92003abhinav92003 marked this pull request as draftApril 23, 2025 17:55
@abhinav92003abhinav92003 changed the base branch frommaster toiX-raw2trace-refactorApril 23, 2025 17:55
@abhinav92003abhinav92003 changed the base branch fromiX-raw2trace-refactor tomasterApril 23, 2025 17:56
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@abhinav92003

[8]ページ先頭

©2009-2025 Movatter.jp