[PATCH] D74683: [mlir] Add a utility iterator range that repeats a given value `n` times.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 22:18:02 PST 2020
mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.
In D74683#1884111 <https://reviews.llvm.org/D74683#1884111>, @rriddle wrote:
> 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.
OK, but that's a good reminder that we need to upstream all this :)
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