[PATCH] D41694: [Polly][ScopInfo] Remove RunTimeChecksMaxAccessDisjuncts bail-out condition.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 07:31:28 PST 2018


Meinersbur added a comment.

I'd rather remove the number of magic constants that make impactful decisions. If the goal is to reduce the computational overhead, I'd recommend to take the convex hull before lexmin/lexmin, not bail-out.


Repository:
  rPLO Polly

https://reviews.llvm.org/D41694





More information about the llvm-commits mailing list