[all-commits] [llvm/llvm-project] bd4562: [PowerPC][NFC] cleanup isEligibleForTCO
Ting Wang via All-commits
all-commits at lists.llvm.org
Thu Mar 2 20:04:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd4562976cfd663de5fe79932fe5ff20a53ec31e
https://github.com/llvm/llvm-project/commit/bd4562976cfd663de5fe79932fe5ff20a53ec31e
Author: Ting Wang <Ting.Wang.SH at ibm.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
Log Message:
-----------
[PowerPC][NFC] cleanup isEligibleForTCO
The input parameter IsByValArg to isEligibleForTCO() is false in all
cases, so it is considered redundant and should be removed.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D145028
More information about the All-commits
mailing list