[llvm-commits] [llvm] r44097 - in /llvm/trunk: include/llvm/Analysis/LoopInfo.h include/llvm/Analysis/LoopPass.h include/llvm/Analysis/ScalarEvolution.h include/llvm/Transforms/Utils/Cloning.h include/llvm/Transforms/Utils/FunctionUtils.h lib/Analysis/LoopInfo.cpp

Chris Lattner clattner at apple.com
Thu Nov 15 17:32:32 PST 2007


On Nov 15, 2007, at 11:36 AM, Devang Patel wrote:

>
> On Nov 13, 2007, at 6:33 PM, Owen Anderson wrote:
>
>> Start the process of making MachineLoopInfo possible by templating
>> Loop.
>
> Did you consider deriving MachineBasicBlock from BasicBlock to avoid
> templating stuff ? Just curious.

Please don't do this, they are different concepts.

-Chris



More information about the llvm-commits mailing list