[PATCH] D130268: [NFC] Add SmallVector constructor to allow creation of SmallVector<T> from ArrayRef of items convertible to type T

Dawid Jurczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 07:57:38 PDT 2022


yurai007 marked an inline comment as done.
yurai007 added inline comments.


================
Comment at: llvm/unittests/ADT/SmallVectorTest.cpp:867
-  template <typename T, unsigned N>
-  static unsigned NumBuiltinElts(const SmallVector<T, N>&) { return N; }
 };
----------------
fhahn wrote:
> This seems like an unrelated change unless I am missing something? If so, this could likely be pulled out and just submitted separately as NFC
Addressed here: https://reviews.llvm.org/D131173


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130268



More information about the llvm-commits mailing list