[PATCH] D129781: [NFC] Introduce llvm::to_vector_of to allow creation of SmallVector<T> from range of items convertible to type T

Dawid Jurczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 07:25:17 PDT 2022


yurai007 updated this revision to Diff 444978.
yurai007 retitled this revision from "[WIP][NFC] Introduce llvm::to_vector_of to allow creation of SmallVector<T> from range of items convertible to type T" to "[NFC] Introduce llvm::to_vector_of to allow creation of SmallVector<T> from range of items convertible to type T".
yurai007 edited the summary of this revision.
yurai007 added a comment.

Remove WIP tag since overall direction seem to be fine and now all tests are passing (at least locally). Address some comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129781

Files:
  llvm/include/llvm/ADT/SmallVector.h
  llvm/include/llvm/IR/Metadata.h
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  llvm/lib/Linker/IRMover.cpp
  llvm/tools/llvm-rc/ResourceScriptStmt.h
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
  llvm/unittests/ADT/SmallVectorTest.cpp
  llvm/unittests/Analysis/VectorUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129781.444978.patch
Type: text/x-patch
Size: 12210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/c1412eb1/attachment.bin>


More information about the llvm-commits mailing list