[PATCH] D74683: [mlir] Add a utility iterator range that repeats a given value `n` times.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 22:09:19 PST 2020


rriddle added a comment.

In D74683#1884106 <https://reviews.llvm.org/D74683#1884106>, @mehdi_amini wrote:

> Can we add this to llvm STLExtras? (since we should upstream all these utilities anyway...)


I was going to originally, but this relies on indexed_accessor_range which also needs to be upstreamed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74683





More information about the llvm-commits mailing list