[llvm] [MC][TableGen] Expand Opcode field of MCInstrDesc (PR #179652)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 5 07:26:23 PST 2026
================
@@ -203,7 +203,7 @@ class MCInstrDesc {
// the <Target>Insts table because they rely on knowing their own address to
// find other information elsewhere in the same table.
- unsigned short Opcode; // The opcode number
+ unsigned int Opcode; // The opcode number
----------------
sstipano wrote:
Changed to sized types.
https://github.com/llvm/llvm-project/pull/179652
More information about the llvm-commits
mailing list