[PATCH] D11984: [PM/AA] Remove the AliasDebugger pass.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 11:38:52 PDT 2015


chandlerc created this revision.
chandlerc added a subscriber: llvm-commits.

This debugger was designed to catch places where the old update API was
failing to be used correctly. As I've removed the update API, it no
longer serves any purpose. We can introduce new debugging aid passes
around any future work w.r.t. updating AAs.

Note that I've updated the documentation here, but really I need to
rewrite the documentation to carefully spell out the ideas around
stateful AA and how things are changing in the AA world. However, I'm
hoping to do that as a follow-up to the refactoring of the AA
infrastructure to work in both old and new pass managers so that I can
write the documentation specific to that world.

http://reviews.llvm.org/D11984

Files:
  docs/AliasAnalysis.rst
  include/llvm/Analysis/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  lib/Analysis/AliasDebugger.cpp
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11984.31966.patch
Type: text/x-patch
Size: 8633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150812/7c4691c8/attachment.bin>


More information about the llvm-commits mailing list