The previously introduced new operand type for br_table didn't have
a disassembler implementation, causing an assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26340 Build 26339: arc lint + arc unit
Event Timeline
Comment Actions
Nit
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp | ||
---|---|---|
95 | The original problem was triggered by the disassembler asserting on OPERAND_UNKNOWN when trying to disassemble br_table. There shouldn't really ever be any OPERAND_UNKNOWN in the operand table. If this assert had been here before, I would have caught this problem at build time rather than at runtime. |
Nit: double space