[all-commits] [llvm/llvm-project] fba63e: [NFC][TableGen] Use ArrayRef instead of const vect...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Tue Jun 24 07:30:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fba63e3281e7658f67fcbdeb6a7bd7c3391ee736
      https://github.com/llvm/llvm-project/commit/fba63e3281e7658f67fcbdeb6a7bd7c3391ee736
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/lib/TableGen/StringMatcher.cpp
    M llvm/lib/TableGen/StringToOffsetTable.cpp
    M llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp
    M llvm/utils/TableGen/Common/CodeGenSchedule.cpp
    M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
    M llvm/utils/TableGen/DAGISelMatcherOpt.cpp

  Log Message:
  -----------
  [NFC][TableGen] Use ArrayRef instead of const vector reference (#145323)

- Use `ArrayRef` instead of `SmallVector` reference in a few places.
- Drop redundant `llvm::` in a few places.



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