[PATCH] D45066: [Polly] [ScopInfo] Remove bail out condition in buildMinMaxAccess()

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 15:11:38 PDT 2018


efriedma added a comment.

We saw a similar assertion failure internally recently, but didn't get around to upstreaming the patch yet.  I think you just need to move the "if (isl_ctx_last_error(Ctx.get()) == isl_error_quota)" after the call to "MaxPMA.coalesce()".


Repository:
  rPLO Polly

https://reviews.llvm.org/D45066





More information about the llvm-commits mailing list