[PATCH] D75837: Introduce std.execute_region op
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 20 15:45:17 PDT 2020
nicolasvasilache added a comment.
> So we are actually on the same page as far as the benefits of implicit captures goes?
> ...
> As @silvas mentions too, this still means it makes sense to start from the most restrictive form (only implicit captures).
Yes no argument there, I was unclear if I missed something fundamental that makes it strictly necessary to forbid explicit arguments.
I am sympathetic with the arguments that "it is simpler" + "you won't need it in practice".
Since I seem to be the only one who would like a little more flexibility but since I can also easily work around this, let's land this and iterate later, if necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75837/new/
https://reviews.llvm.org/D75837
More information about the llvm-commits
mailing list