[PATCH] D116408: [MIR] Add call-site-info support for stack args

Milica Lazarevic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 30 05:21:20 PST 2021


milica-lazarevic created this revision.
milica-lazarevic added reviewers: Orlando, jmorse, djtodoro, aprantl.
Herald added subscribers: hiraditya, MatzeB.
milica-lazarevic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Attaching information about arguments forwarding via stack to the MachineFunction, for every MachineInstruction that is candidate for CallSiteInfo.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116408

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116408.396652.patch
Type: text/x-patch
Size: 4160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211230/18da9d97/attachment.bin>


More information about the llvm-commits mailing list