[PATCH] D88159: OpaquePtr: Add helpers for sret to mirror byval

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 09:23:03 PDT 2020


arsenm created this revision.
arsenm added reviewers: jdoerfert, dblaikie, t.p.northover.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

Sret should really have a type parameter like byval does.


https://reviews.llvm.org/D88159

Files:
  llvm/include/llvm/IR/Argument.h
  llvm/include/llvm/IR/Function.h
  llvm/lib/Analysis/Lint.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/test/CodeGen/X86/vectorcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88159.293769.patch
Type: text/x-patch
Size: 6181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200923/69a50c6f/attachment.bin>


More information about the llvm-commits mailing list