[all-commits] [llvm/llvm-project] fe0159: [TableGen] Use std::move properly (NFC) (#166104)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Nov 2 22:42:54 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe01594a651a691f75d87337bc222fddf7fc049b
      https://github.com/llvm/llvm-project/commit/fe01594a651a691f75d87337bc222fddf7fc049b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-11-02 (Sun, 02 Nov 2025)

  Changed paths:
    M llvm/utils/TableGen/Basic/ARMTargetDefEmitter.cpp

  Log Message:
  -----------
  [TableGen] Use std::move properly (NFC) (#166104)

This patch removes const to allow std::move a couple of lines below to
perform a move operation as intended.

Identified with performance-move-const.



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