[Polly] [Refactor] Expose memory access vector typedefs

Tobias Grosser tobias at grosser.es
Tue Jul 15 12:58:23 PDT 2014


On 15/07/2014 20:39, Johannes Doerfert wrote:
> Hey,
>
> I would like to move the typedefs for the memory access vector in
> ScopStmt to public.
>
> Any objections?
>
> Best regards,
>
>   Johannes
>
> P.S.
>
>    The next patch will use this but I split it because it is not really
> related.

Two of the tree typedefs are already public, such that this is really a 
one line change, no?

I am a little surprised you need access to the vector type
that is used to store accesses. As this is really a trivial change that 
seems to be motivated by another (later) commit, maybe just merge it 
with this commit. This commit will possibly give enough motivation to 
understand why this is needed.

Cheers,
Tobias



More information about the llvm-commits mailing list