[PATCH] D22558: Helper functions to verify SESE, SEME

Aditya Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 13:34:13 PDT 2016


hiraditya added a comment.

In https://reviews.llvm.org/D22558#559647, @hfinkel wrote:

> In https://reviews.llvm.org/D22558#559429, @hiraditya wrote:
>
> > Ping
>
>
> Can you please add these functions somewhere other than in Cloning.h. That's not an obvious place for them to be, and they don't have anything to do with cloning.
>
> Maybe they should just be utility functions on DomTree itself?


Ok, I'll move them to LoopRotation.cpp since that is the only pass using these.


https://reviews.llvm.org/D22558





More information about the llvm-commits mailing list