[all-commits] [llvm/llvm-project] 7a94fa: [X86][tablgen] Move fields Name, Is64Bit, Is32Bit, ...

KanRobert via All-commits all-commits at lists.llvm.org
Sat Mar 26 01:50:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a94fa58c4fbc495f19e4c812fa85b54e63e6b36
      https://github.com/llvm/llvm-project/commit/7a94fa58c4fbc495f19e4c812fa85b54e63e6b36
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2022-03-26 (Sat, 26 Mar 2022)

  Changed paths:
    M llvm/utils/TableGen/X86RecognizableInstr.cpp
    M llvm/utils/TableGen/X86RecognizableInstr.h

  Log Message:
  -----------
  [X86][tablgen] Move fields Name, Is64Bit, Is32Bit, Operands from RecognizableInstrBase to RecognizableInstr, NFCI

These four fields are not used by any user of `RecognizableInstrBase`,
so we can move them to `RecognizableInstr` to avoid unnecessary
construction.




More information about the All-commits mailing list