[PATCH] D129565: [NFC][Metadata] Change MDNode::operands()'s return type from op_range to ArrayRef<MDOperand>
Dawid Jurczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 11:55:36 PDT 2022
yurai007 added a comment.
In D129565#3648665 <https://reviews.llvm.org/D129565#3648665>, @dexonsmith wrote:
> This looks good to me, but it’d be nice to clean up further somehow later, maybe by adding a new free function.
Thanks for the review! Sure, I'm gonna continue cleaning up this with to_vector_of in next patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129565/new/
https://reviews.llvm.org/D129565
More information about the llvm-commits
mailing list