[all-commits] [llvm/llvm-project] 1bd31a: [NFC] Add SmallVector constructor to allow creatio...

yurai007 via All-commits all-commits at lists.llvm.org
Fri Aug 5 04:38:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bd31a689844a43c9cde41a067119bef11159539
      https://github.com/llvm/llvm-project/commit/1bd31a689844a43c9cde41a067119bef11159539
  Author: Dawid Jurczak <dawid_jurek at vp.pl>
  Date:   2022-08-05 (Fri, 05 Aug 2022)

  Changed paths:
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/unittests/ADT/SmallVectorTest.cpp

  Log Message:
  -----------
  [NFC] Add SmallVector constructor to allow creation of SmallVector<T> from ArrayRef of items convertible to type T

Extracted from https://reviews.llvm.org/D129781 and address comment:
https://reviews.llvm.org/D129781#3655571

Differential Revision: https://reviews.llvm.org/D130268




More information about the All-commits mailing list