[all-commits] [llvm/llvm-project] 8370ac: [TableGen] Remove push_back from loop. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Mar 7 22:02:44 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8370ac88af288f5afa1028267a85a3456a38e810
      https://github.com/llvm/llvm-project/commit/8370ac88af288f5afa1028267a85a3456a38e810
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/utils/TableGen/DecoderEmitter.cpp

  Log Message:
  -----------
  [TableGen] Remove push_back from loop. NFC

We can initialize the vector to the right size and then assign
over some entries in the loop.



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