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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo