This change has two main purposes: 1) We do not use a static interface to hide an object we create and destroy for every basic block we copy. 2) We allow the BlockGenerator to store information between calls to the copyBB method. This will ease scalar/phi code generation later on. While a lot of method signatures were changed this should not cause any real behaviour change.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi,
this looks generally good to me.
Tobias
include/polly/CodeGen/BlockGenerators.h | ||
---|---|---|
120 | The documentation is not consistent in this class, but it may still be good to document the newly added parameter here (same below). |
I forgot to copy the @param declarionts here.