llvm-project/llvm/test/TableGen/FixedLenDecoderEmitter
Sergei Barannikov 2a586a8118
[TableGen][DecoderEmitter] Remove dead OPC_Fail (#155229)
It can never be reached. It could be reached if we emitted an opcode
that could fall outside the outermost scope, but emission of all such
opcodes is guarded by `!isOutermostScope()`.

That also means we never add fixups to the outermost scope, so avoid
pushing an entry for it onto the stack.
2025-08-25 19:15:35 +03:00
..