Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offline trace does not accurately sequence predicated memrefs #2015

Open
derekbruening opened this issue Oct 7, 2016 · 0 comments
Open

offline trace does not accurately sequence predicated memrefs #2015

derekbruening opened this issue Oct 7, 2016 · 0 comments

Comments

@derekbruening
Copy link
Contributor

Split from #1729 as something we will not bother to solve in the near future.

With multiple predicated memrefs in a bb, the offline trace's compressed single per-bb PC entry won't identify which memref corresponds to which load or store. Thus the ifetch and memref entries inside the bb may be in a different order.

To fully handle this we'd probably want to insert a PC entry before each predicated memref. We'd put this under an option for those who care about such accuracy and are willing to pay the extra overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant