[all-commits] [llvm/llvm-project] 20831c: [MachineInst] Switch NumOperands to 16bits
Dávid Bolvanský via All-commits
all-commits at lists.llvm.org
Tue May 2 13:48:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20831c3c23852063b796a6d86bf44d5bc8508ceb
https://github.com/llvm/llvm-project/commit/20831c3c23852063b796a6d86bf44d5bc8508ceb
Author: Dávid Bolvanský <david.bolvansky at gmail.com>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/lib/CodeGen/MachineInstr.cpp
Log Message:
-----------
[MachineInst] Switch NumOperands to 16bits
Decrease NumOperands from 32 to 16bits (matches MCInstrDesc) so we can use saved bits to extend Flags (https://reviews.llvm.org/D118118).
Reviewed By: barannikov88
Differential Revision: https://reviews.llvm.org/D149445
More information about the All-commits
mailing list