[X86][tablgen] Move fields Name, Is64Bit, Is32Bit, Operands from...
[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.
Loading
Please sign in to comment