Skip to content

Move leftover copies in SYCL profiling tools - #23054

Open
Hashim1999164 wants to merge 1 commit into
intel:syclfrom
Hashim1999164:fix/sycl-tools-move
Open

Move leftover copies in SYCL profiling tools#23054
Hashim1999164 wants to merge 1 commit into
intel:syclfrom
Hashim1999164:fix/sycl-tools-move

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Aug 28, 2026

Copy link
Copy Markdown

Summary

Coverity flagged copies of locals that are unused after assignment in the SYCL profiling tools.

This change moves those values into the destination containers.

Fixes #18507

Test plan

Inspected both call sites so the source objects are not used after the move.

@Hashim1999164
Hashim1999164 requested a review from a team as a code owner August 28, 2026 18:57
@sys-ce-bb

Copy link
Copy Markdown
Contributor

@intel/llvm-gatekeepers please consider merging

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Coverity] Copy instead of move in sycl tools

3 participants