[PATCH] D20831: [Polly][GSoC]Renamed ScopInfo to ScopBuilder and update its memory management.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 09:54:41 PDT 2016


2016-06-02 13:01 GMT+02:00 Michael Kruse <llvm at meinersbur.de>:
> 2016-06-02 1:31 GMT+02:00 Johannes Doerfert <doerfert at cs.uni-saarland.de>:
>>> In a later step, we could move the ScopBuilder into its own ScopBuilder.cpp and remove its declaration from the public ScopInfo.h as it's only used by ScopInfoRegionPass.
>> I think this should be done by you Michael as you rewrote the most of
>> that code last. That way git-blame will still have some meaning.
>
> OK, I will do this.

I will wait until Utpal's ScopInfoWrapperPass is committed to avoid
merge conflicts with his existing patched.

Michael


More information about the llvm-commits mailing list