[PATCH] D129975: [llvm] Add MachineFunction::estimateSizeInBytes()

Piggy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 17 14:56:31 PDT 2022


piggynl created this revision.
piggynl added reviewers: asl, efriedma, zixuan-wu.
Herald added a subscriber: hiraditya.
Herald added a project: All.
piggynl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This will avoid duplicating EstimateFunctionSizeInBytes for architectures.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129975

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/lib/Target/CSKY/CSKYFrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129975.445354.patch
Type: text/x-patch
Size: 5122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220717/6de13dd8/attachment.bin>


More information about the llvm-commits mailing list