[PATCH] D129781: [WIP][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
Thu Jul 14 08:33:19 PDT 2022


yurai007 created this revision.
yurai007 added reviewers: dexonsmith, nikic, wolfgangp.
Herald added subscribers: jeroen.dobbelaere, rupprecht, hiraditya.
Herald added a reviewer: jhenderson.
Herald added a project: All.
yurai007 requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

That's early draft to demonstrate overall direction of patch.


Repository:
  rG LLVM Github Monorepo

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.444678.patch
Type: text/x-patch
Size: 8040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/1b7680c7/attachment.bin>


More information about the llvm-commits mailing list