[PATCH] D77782: [mlir] Add a new RewritePattern::hasBoundedRewriteRecursion hook.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 06:28:43 PDT 2020


nicolasvasilache accepted this revision.
nicolasvasilache added a comment.
This revision is now accepted and ready to land.

I assume this will allow dropping custom recursions such as:
https://github.com/llvm/llvm-project/blob/873b79b8675d0c8eca6055ae8a874fe52b033c28/mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp#L805
?

Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77782/new/

https://reviews.llvm.org/D77782





More information about the llvm-commits mailing list