Files
clang-p2996/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
Dominic Chen 4252f3009b [WebAssembly] Set unreachable as canonical to permit disassembly
Currently, using llvm-objdump to disassemble a function containing
unreachable will trigger an assertion while decoding the opcode, since both
unreachable and debug_unreachable have the same encoding. To avoid this, set
unreachable as the canonical decoding.

Differential Revision: https://reviews.llvm.org/D87431
2020-09-10 15:04:16 -04:00

7.9 KiB