[llvm] [TableGen] Fix OperandMap table size (PR #125424)

Mariusz Sikora via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 2 12:09:56 PST 2025


================
@@ -300,8 +300,8 @@ void InstrInfoEmitter::emitOperandNameMappings(
     assert(MaxOperandNo <= INT16_MAX &&
----------------
mariusz-sikora-at-amd wrote:

`OS << "assert(NamesIdx < OPERAND_LAST);";` ?

https://github.com/llvm/llvm-project/pull/125424


More information about the llvm-commits mailing list