[all-commits] [llvm/llvm-project] 0b2473: [PGO][indirect-call-promotion] Add extra parameter...

xur-llvm via All-commits all-commits at lists.llvm.org
Fri Dec 2 10:52:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b2473936d3660ad7d2e0cd2e26ca8dfdde588de
      https://github.com/llvm/llvm-project/commit/0b2473936d3660ad7d2e0cd2e26ca8dfdde588de
  Author: Rong Xu <xur at google.com>
  Date:   2022-12-02 (Fri, 02 Dec 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
    A llvm/test/Transforms/PGOProfile/indirect_call_promotion_musttail_typecheck.ll

  Log Message:
  -----------
  [PGO][indirect-call-promotion] Add extra parameter check for musttail callsite

Indirect-call-promtion for musttail callsite needs stricter type check
with parameter. This patch adds the needed extra parameter type check.

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




More information about the All-commits mailing list