-
Notifications
You must be signed in to change notification settings - Fork 795
[NFCI][SYCL] Remove srcloc metadata before sycl-post-link #17727
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
It's no longer needed after SYCLPropagateAspectsUsage pass. Signed-off-by: Sidorov, Dmitry <[email protected]>
steffenlarsen
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.
SYCL test changes LGTM.
Signed-off-by: Sidorov, Dmitry <[email protected]>
maarquitos14
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.
LGTM.
Signed-off-by: Sidorov, Dmitry <[email protected]>
bader
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.
Thanks!
|
@intel/llvm-gatekeepers I think we can merge the patch. |
|
Is |
@aelovikov-intel I'm not sure if LLVM programming guide defines NFC. I appreciate if you provide a quote from it with the definition, so I could evaluate if the PR is NFC from LLVM programming guide's stand point. |
|
Not an official doc, but from this thread (https://discourse.llvm.org/t/nfc-abuse/58479/24):
|
@aelovikov-intel should we formalize the definition and add it in documentation at least for https://github.com/intel/llvm ? |
Up to you, I've just highlighted a possible confusion. If you think current title is fine, I don't mind. |
|
Updated the tag to NFCI |
@aelovikov-intel, please, merge PR if you have no other comments. |
It's no longer needed after SYCLPropagateAspectsUsage pass.