[PATCH] Move StructurizeCFG out of R600 to generic Transforms
Owen Anderson
resistor at mac.com
Mon Jun 3 09:56:32 PDT 2013
On Jun 2, 2013, at 3:47 AM, Christian König <deathsimple at vodafone.de> wrote:
> Hi Matt,
>
> in general looks like a good idea to me.
>
> The NearestCommonDominator class should get their own source file. It actually implements an algorithm ontop of the dominator tree that might actually be useful outside of the structurizer.
Why is this needed? DominatorTree already has a findNearestCommonDominator method.
--Owen
More information about the llvm-commits
mailing list