[PATCH] D41692: [Polly][WIP] Remove immediate dominator heuristic for error block detection.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 08:20:39 PDT 2018


jdoerfert resigned from this revision.
jdoerfert added a comment.

I am confused. It seems you want to be smarter about the error blocks (which is necessary!) but this will just make them more greedy (too greedy in my experience). Did anybody check how this affects the test-suite or why the test cases fail [, after all, this says "ready to land"] ?

If you want a generally smarter way to determine and work with error blocks I could also send you some patches.


Repository:
  rPLO Polly

https://reviews.llvm.org/D41692





More information about the llvm-commits mailing list