[PATCH] D17372: [PM/AA] Port alias analysis evaluator to the new pass manager, and use it to actually test the new pass manager AA wiring.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 02:20:25 PST 2016


chandlerc created this revision.
chandlerc added reviewers: hfinkel, reames.
chandlerc added a subscriber: llvm-commits.
Herald added a subscriber: mcrosier.

This patch was extracted from the (somewhat too large) D12357 and
rebosed on top of the slightly different design of the new pass manager
AA wiring that I just landed. With this we can start testing the AA in
a thorough way with the new pass manager.

Some minor cleanups to the code in the pass was necessitated here, but
otherwise it is a very minimal change.

Let me know if you want me to just do subsequent changes porting AA-related
things with post-commit review. They're fairly noisy in terms of changed lines,
but are getting highly mechanical and the interesting design decisions are
dwindling rapidly.

http://reviews.llvm.org/D17372

Files:
  include/llvm/Analysis/AliasAnalysisEvaluator.h
  include/llvm/Analysis/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  lib/Analysis/AliasAnalysisEvaluator.cpp
  lib/Analysis/Analysis.cpp
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  test/Analysis/BasicAA/phi-aa.ll
  unittests/Analysis/MixedTBAATest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17372.48294.patch
Type: text/x-patch
Size: 13863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160218/7e32c6b1/attachment.bin>


More information about the llvm-commits mailing list