[PATCH] D145028: [PowerPC][NFC] cleanup isEligibleForTCO

Ting Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 21:49:13 PST 2023


tingwang created this revision.
tingwang added reviewers: shchenz, nemanjai, PowerPC.
tingwang added a project: LLVM.
Herald added subscribers: kbarton, hiraditya.
Herald added a project: All.
tingwang requested review of this revision.
Herald added a subscriber: llvm-commits.

The input parameter `IsByValArg` to `isEligibleForTCO()` is false in all cases, so it is considered redundant and should be removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145028

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145028.501374.patch
Type: text/x-patch
Size: 5914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230301/03c01afb/attachment-0001.bin>


More information about the llvm-commits mailing list