-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Attributor] Enable AAAddressSpace for OpenMPOpt #65544
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
Conversation
This patch enables `AAAddressSpace` for OpenMPOpt, though it only works for load and store instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Will this have an impact on runtime of OpenMPOpt and if so, do we already have an idea of how large that is? |
It will not impact the runtime too much because the AA (for now) only depends on |
It seems like the revert button here doesn't work… |
This reverts commit e91e3cf because AMD BB is not happy with it.
This reverts commit e91e3cf because AMD BB is not happy with it.
This patch enables
AAAddressSpace
for OpenMPOpt, though it only worksfor load and store instructions.