[all-commits] [llvm/llvm-project] b96d5c: [TableGen][DecoderEmitter] Outline InstructionEnco...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Wed Aug 20 23:09:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b96d5c2452f67af6c2ffbb5f48cfa0b35c890586
      https://github.com/llvm/llvm-project/commit/b96d5c2452f67af6c2ffbb5f48cfa0b35c890586
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2025-08-21 (Thu, 21 Aug 2025)

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

  Log Message:
  -----------
  [TableGen][DecoderEmitter] Outline InstructionEncoding constructor (NFC) (#154673)

It is going to grow, so it makes sense to move its definition
out of class. Instead, inline `populateInstruction()` into it.
Also, rename a couple of methods to better convey their meaning.



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