[PATCH] D129975: [CodeGen] Add MachineFunction::estimateSizeInBytes()
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 19:02:59 PDT 2022
zixuan-wu added inline comments.
================
Comment at: llvm/lib/Target/CSKY/CSKYFrameLowering.cpp:274
-static unsigned EstimateFunctionSizeInBytes(const MachineFunction &MF,
- const CSKYInstrInfo &TII) {
----------------
CSKY function does not contain jumptable now if there is any jumpable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129975/new/
https://reviews.llvm.org/D129975
More information about the llvm-commits
mailing list