[all-commits] [llvm/llvm-project] 141be5: Revert "Reland [Pipeline] Don't limit ArgumentProm...

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Fri May 5 14:27:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 141be5c062ecf22bd287afffd310e8ac4711444a
      https://github.com/llvm/llvm-project/commit/141be5c062ecf22bd287afffd310e8ac4711444a
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll

  Log Message:
  -----------
  Revert "Reland [Pipeline] Don't limit ArgumentPromotion to -O3"

This reverts commit 6f29d1adf29820daae9ea7a01ae2588b67735b9e.

https://reviews.llvm.org/D149768 is causing size regressions for -Oz
with FullLTO, and I'm reverting that one while investigating. This
commit depends on that one, so it needs to be reverted as well.


  Commit: 0e2b4b2dbac3ae878098003940274d3396b46e18
      https://github.com/llvm/llvm-project/commit/0e2b4b2dbac3ae878098003940274d3396b46e18
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    R llvm/test/Transforms/ArgumentPromotion/minsize.ll

  Log Message:
  -----------
  Revert "[ArgumentPromotion] Bail if any callers are minsize"

This reverts commit 8b8466fd31e5a194fd8ba7a73a0f23d32f164318.

This is causing size regressions with -Oz and FullLTO. Revert while I
come up with a repro.


Compare: https://github.com/llvm/llvm-project/compare/5d31134e1b75...0e2b4b2dbac3


More information about the All-commits mailing list