[PATCH] D15679: [FIX] Schedule generation PR25879

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 00:00:51 PST 2016


grosser added a comment.

Hi Johannes,

I played around with this code a little bit more and it seems we can pull out the tree traversal to remove the single-non-affine-region special case and generally simplify the code. This helps me to better understand that we _either_ walk the tree in case we have an affine-region-node or we build schedule information for a ScopStmt.

F1284398: 0001-Define-buildScheduleRec-on-RegionNodes-and-pull-out-.patch <http://reviews.llvm.org/F1284398>


http://reviews.llvm.org/D15679





More information about the llvm-commits mailing list