On Sat, Feb 7, 2026 at 11:06 AM Brian Cain <[email protected]> wrote:
> When a non-duplex encoding (parse_bits != 0) fails both decode_normal() > and decode_hvx(), the decoder hit an unreachable. Instead, handle > the decode failure and raise an exception. > > Signed-off-by: Brian Cain <[email protected]> > Reviewed-by: Pierrick Bouvier <[email protected]> > --- > target/hexagon/decode.c | 3 ++- > tests/tcg/hexagon/invalid-encoding.c | 25 +++++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 1 deletion(-) > Reviewed-by: Taylor Simpson <[email protected]>
