[PATCH] D17259: [PM/AA] Teach the new pass manager to use pass-by-lambda for registering analysis passes, support pre-registering analyses, and use that to implement parsing and pre-registering a custom alias analysis pipeline.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 01:49:49 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261197: [PM/AA] Teach the new pass manager to use pass-by-lambda for registering (authored by chandlerc).

Changed prior to commit:
  http://reviews.llvm.org/D17259?vs=48287&id=48288#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17259

Files:
  llvm/trunk/include/llvm/IR/PassManager.h
  llvm/trunk/include/llvm/Passes/PassBuilder.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Other/new-pass-manager.ll
  llvm/trunk/tools/opt/NewPMDriver.cpp
  llvm/trunk/unittests/IR/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17259.48288.patch
Type: text/x-patch
Size: 13970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160218/91630efa/attachment.bin>


More information about the llvm-commits mailing list