[llvm-commits] [PATCH] Add RegionPass framework

Dan Gohman gohman at apple.com
Mon Oct 18 17:38:36 PDT 2010


On Oct 13, 2010, at 4:21 AM, Tobias Grosser wrote:

> Hi,
> 
> ether and I would like to add a RegionPass framework to LLVM. RegionPasses are like loop passes, except that they are working on Regions provided by the RegionInfo pass instead of Loops provided by the LoopInfo pass.

Hi Tobias,

This looks reasonable to me.

Dan






More information about the llvm-commits mailing list