[PATCH] D129600: Turn on flag to not re-run simplification pipeline.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 15:13:44 PDT 2022


asbirlea created this revision.
asbirlea added reviewers: aeubanks, nikic, fhahn.
Herald added subscribers: ormris, wenlei, steven_wu, hiraditya.
Herald added a project: All.
asbirlea requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch turns on the flag `-enable-no-rerun-simplification-pipeline`, which means the simplification pipeline will not be rerun on unchanged functions in the CGSCCPass Manager.

Compile time improvement:
https://llvm-compile-time-tracker.com/compare.php?from=17457be1c393ff691cca032b04ea1698fedf0301&to=882301ebb893c8ef9f09fe1ea871f7995426fa07&stat=instructions

No meaningful run time regressions observed in the llvm test suite and
in additional internal workloads at this time.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129600

Files:
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
  llvm/test/Other/no-rerun-function-simplification-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129600.444071.patch
Type: text/x-patch
Size: 7708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/ffa6ac0e/attachment.bin>


More information about the llvm-commits mailing list