[all-commits] [llvm/llvm-project] fc202c: [PGO] CallPromotion: Don't try to pass sret args t...

Hans via All-commits all-commits at lists.llvm.org
Mon Jun 8 12:11:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc202c5fec07c8dd24c6cb2e33c3bbdb5d54db6e
      https://github.com/llvm/llvm-project/commit/fc202c5fec07c8dd24c6cb2e33c3bbdb5d54db6e
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

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

  Log Message:
  -----------
  [PGO] CallPromotion: Don't try to pass sret args to varargs functions

It's not allowed by the verifier.

Differential revision: https://reviews.llvm.org/D81409




More information about the All-commits mailing list