[PATCH] D139478: [Support] Forward rvalues instead of moving them

Alf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 15:50:32 PST 2022


gAlfonso-bit created this revision.
Herald added a project: All.
gAlfonso-bit requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Some of these rvalues are moved conditionally, when they should be forwarded instead.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139478

Files:
  llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
  llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
  llvm/include/llvm/Support/MSVCErrorWorkarounds.h
  llvm/include/llvm/Support/TaskQueue.h
  llvm/include/llvm/Support/raw_ostream.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139478.480660.patch
Type: text/x-patch
Size: 4956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/3bd6b67d/attachment.bin>


More information about the llvm-commits mailing list