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

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 05:57:56 PST 2018


grosser added a comment.

Hi Michael,

as far as I remember I left this check in originally to save compile time, as we would bail out before having spent a lot of time in exploding lexmin/lexmax computations. Would calling isl_set_remove_divs at the right place not fix this issue?

Best,
Tobias


Repository:
  rPLO Polly

https://reviews.llvm.org/D41694





More information about the llvm-commits mailing list