This is a substantial rewrite of the AliasSetTracker class which now uses
authorChris Lattner <sabre@nondot.org>
Mon, 24 Feb 2003 20:37:56 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Feb 2003 20:37:56 +0000 (20:37 +0000)
commit9971ac4a36c54488bcdf55d7e493ac0cd6dc168a
treee096290f114c463a936d10b869bce14e013eb97a
parent93a7e08d1fb087c3e26775838bfaad1d8eb99f11
This is a substantial rewrite of the AliasSetTracker class which now uses
a union-find based algorithm, is significantly faster, and is more general.
It will also scale to handle call instructions correctly, which is a nice
added bonus.

This includes a new pass -print-alias-sets which can be used to show how
alias sets are formed for a particular analysis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5619 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasSetTracker.h
lib/Analysis/AliasSetTracker.cpp