[PATCH] D27197: [PM] Support invalidation of inner analysis managers from a pass over the outer IR unit.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 22:45:14 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289317: [PM] Support invalidation of inner analysis managers from a pass over the outer… (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D27197?vs=80988&id=80995#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27197

Files:
  llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
  llvm/trunk/include/llvm/Analysis/LoopPassManager.h
  llvm/trunk/include/llvm/IR/PassManager.h
  llvm/trunk/lib/Analysis/CGSCCPassManager.cpp
  llvm/trunk/lib/Analysis/LoopPassManager.cpp
  llvm/trunk/lib/IR/PassManager.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Other/new-pass-manager.ll
  llvm/trunk/unittests/Analysis/CGSCCPassManagerTest.cpp
  llvm/trunk/unittests/IR/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27197.80995.patch
Type: text/x-patch
Size: 46930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161210/ea4ec767/attachment.bin>


More information about the llvm-commits mailing list