This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] cleanup isEligibleForTCO
ClosedPublic

Authored by tingwang on Feb 28 2023, 9:49 PM.

Details

Reviewers
shchenz
nemanjai
Group Reviewers
Restricted Project
Commits
rGbd4562976cfd: [PowerPC][NFC] cleanup isEligibleForTCO
Summary

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

Diff Detail

Event Timeline

tingwang created this revision.Feb 28 2023, 9:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 9:49 PM
tingwang requested review of this revision.Feb 28 2023, 9:49 PM
shchenz accepted this revision as: shchenz.Mar 1 2023, 4:46 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 1 2023, 4:46 AM
This revision was automatically updated to reflect the committed changes.