[all-commits] [llvm/llvm-project] 65f688: [PowerPC] update PPCTTIImpl::supportsTailCallFor()...

Ting Wang via All-commits all-commits at lists.llvm.org
Tue Feb 28 19:29:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65f68812d399930d4af587c7a2333e46f367c5a7
      https://github.com/llvm/llvm-project/commit/65f68812d399930d4af587c7a2333e46f367c5a7
  Author: Ting Wang <Ting.Wang.SH at ibm.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/test/Transforms/Coroutines/coro-split-musttail-ppc64le.ll

  Log Message:
  -----------
  [PowerPC] update PPCTTIImpl::supportsTailCallFor() check conditions

This patch reuse `PPCTargetLowering::isEligibleForTCO()` to check
`PPCTTIImpl::supportsTailCallFor()`.

Fixes #59315

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D140369




More information about the All-commits mailing list