[PATCH] D98469: [NVPTX] Avoid temp copy of byval kernel parameters.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 17:18:07 PST 2021


tra updated this revision to Diff 330112.
tra edited the summary of this revision.
tra added a comment.

Do not clone LoadInst, just replace its operand.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98469/new/

https://reviews.llvm.org/D98469

Files:
  llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
  llvm/test/CodeGen/NVPTX/lower-byval-args.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98469.330112.patch
Type: text/x-patch
Size: 7843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/bc7a2a12/attachment.bin>


More information about the llvm-commits mailing list