[PATCH] D130268: [WIP] Add SmallVector constructor to allow creation of SmallVector<T> from ArrayRef of items convertible to type T
Dawid Jurczak via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 21 06:50:54 PDT 2022
yurai007 created this revision.
yurai007 added reviewers: nikic, dexonsmith, wolfgangp, dblaikie.
Herald added subscribers: jsji, ecnelises, pengfei, kbarton, hiraditya, nemanjai.
Herald added a project: All.
yurai007 requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Depends on: https://reviews.llvm.org/D129781 and address comment: https://reviews.llvm.org/D129781#3655571
TODO: add unit tests
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130268
Files:
clang/lib/CodeGen/CGExprConstant.cpp
clang/lib/Parse/ParseTemplate.cpp
clang/lib/Parse/Parser.cpp
llvm/include/llvm/ADT/SmallVector.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86MCInstLower.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130268.446472.patch
Type: text/x-patch
Size: 17846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220721/b6c357ef/attachment-0001.bin>
More information about the cfe-commits
mailing list