[PATCH] D21464: [PM] WIP: Introduce basic update capabilities to the new PM's CGSCC pass manager, including both plumbing and logic to handle function pass updates.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 02:45:29 PDT 2016


This revision was automatically updated to reflect the committed changes.
chandlerc marked 5 inline comments as done.
Closed by commit rL279618: [PM] Introduce basic update capabilities to the new PM's CGSCC pass (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D21464?vs=68945&id=69091#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D21464

Files:
  llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
  llvm/trunk/include/llvm/Analysis/LazyCallGraph.h
  llvm/trunk/include/llvm/IR/PassManager.h
  llvm/trunk/include/llvm/Transforms/IPO/FunctionAttrs.h
  llvm/trunk/lib/Analysis/CGSCCPassManager.cpp
  llvm/trunk/lib/Analysis/LazyCallGraph.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/trunk/test/Other/cgscc-iterate-function-mutation.ll
  llvm/trunk/test/Other/cgscc-observe-devirt.ll
  llvm/trunk/test/Other/new-pass-manager.ll
  llvm/trunk/test/Other/pass-pipeline-parsing.ll
  llvm/trunk/unittests/Analysis/CGSCCPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21464.69091.patch
Type: text/x-patch
Size: 71817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/cb323f97/attachment-0001.bin>


More information about the llvm-commits mailing list