[PATCH] D85676: [NewPM] collapsing nested pass mangers of the same type

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 11:41:48 PDT 2020


ychen created this revision.
ychen added reviewers: asbirlea, chandlerc.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, steven_wu, hiraditya.
Herald added projects: clang, LLVM.
ychen requested review of this revision.

This is one of the reason for extra invalidations in D84959 <https://reviews.llvm.org/D84959>. In
practice, I don't think we have use cases needing this. This simplifies
the pipeline a bit and prune corner cases when considering
invalidations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85676

Files:
  clang/test/CodeGen/thinlto-distributed-newpm.ll
  llvm/include/llvm/IR/PassManager.h
  llvm/test/Other/new-pass-manager.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-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/pass-pipeline-parsing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85676.284460.patch
Type: text/x-patch
Size: 19175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200810/a88ad28b/attachment-0001.bin>


More information about the cfe-commits mailing list