[PATCH] D11491: [Polly] Move computations out of constructors

Michael Kruse llvm at meinersbur.de
Mon Jul 27 05:25:01 PDT 2015


Meinersbur added a comment.

I did where I could (IslAst)

ScopStmt and MemoryAccess ctors are used in emplace_back/emplace_font. I can change these only if I change the std::vector to store pointers to the objects (or dirty tricks like creating at a different place and the move it into the vector).

Actually, changing these vectors may be a good idea - so the objects do not need to be movable anymore. What do you think?


http://reviews.llvm.org/D11491







More information about the llvm-commits mailing list