The extracted function buildBBScopStmt will be needed later to be invoked individually on the region's exit block.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
1 Comment but otherwise LGTM.
include/polly/ScopInfo.h | ||
---|---|---|
914 | Usually method names start with a small letter, what about combineInSequence(..., ...) ? |
Comment Actions
Addressed comments.
Made combineInSequence a static function instead private method because it does not need a object reference.
BasicBlock