[all-commits] [llvm/llvm-project] a550fe: [llvm] Use llvm::fill instead of std::fill(NFC) (#...

Austin via All-commits all-commits at lists.llvm.org
Thu Jul 3 23:10:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a550fef9061f3628e75825306759b13365cb50e3
      https://github.com/llvm/llvm-project/commit/a550fef9061f3628e75825306759b13365cb50e3
  Author: Austin <zhenhangwang at huawei.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M llvm/docs/CodingStandards.rst
    M llvm/include/llvm/ADT/BitVector.h
    M llvm/include/llvm/ADT/Bitset.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/TargetParser/SubtargetFeature.h
    M llvm/lib/CodeGen/MachineLICM.cpp
    M llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngine.cpp
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
    M llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
    M llvm/tools/llvm-mca/Views/TimelineView.cpp
    M llvm/unittests/Support/ParallelTest.cpp
    M llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp

  Log Message:
  -----------
  [llvm] Use llvm::fill instead of std::fill(NFC) (#146911)

Use llvm::fill instead of std::fill



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list