-
Notifications
You must be signed in to change notification settings - Fork 69
Minor fix #5313
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
Minor fix #5313
Conversation
|
!test --diff |
|
Review updated until commit 0a1a7de Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
jjsjann123
left a comment
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.
code change looks straightforward.
Asking some question about the context, but shouldn't block the PR going in.
| // TODO: ThreadPredicateMap may be used only for its anlaysis but | ||
| // not for generating predicates. This function is currently called | ||
| // no matter if it's just for the analysis but should be lazily | ||
| // done. |
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.
This function is currently called no matter if it's just for the analysis but should be lazily done.
I don't follow that comment. This function doesn't seem to be messing with predicates in my monkey eyes.
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.
Updated the comment. Hopefully it's clearer.
|
!build |
ThreadPredicateMapis now used outside of lowering, so it can't assumeGpuLower::current()is available. Hit an assertion error while testing #5278