[llvm-commits] [polly] r131360 - /polly/trunk/lib/CodeGeneration.cpp

ether zhhb etherzhhb at gmail.com
Sat May 21 18:44:57 PDT 2011


hi tobi,

On Sun, May 15, 2011 at 3:02 AM, Tobias Grosser
<grosser at fim.uni-passau.de> wrote:

> +
> +    // XXX: We do not create LoopInfo for the newly generated loops.
use FIXME or other meaningful word instead of XXX?
>     AU.addPreserved<LoopInfo>();
>     AU.addPreserved<DominatorTree>();
>     AU.addPreserved<ScopDetection>();
>     AU.addPreserved<ScalarEvolution>();
> +
> +    // XXX: We do not yet add regions for the newly generated code to the region
> +    //      tree.
>     AU.addPreserved<RegionInfo>();
>     AU.addPreserved<TempScopInfo>();
>     AU.addPreserved<ScopInfo>();
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list