On Fri, 24 Jul 2026 10:18:45 -0700 Brian Cain <[email protected]> wrote: > > valid-slots: packets that legally share a slot and were wrongly > rejected before the fix (load and transfer, load encoded first; > dczeroa packed last with three transfers). > > invalid-slots: unassignable packets that must still be rejected: > store + duplex, load + indirect jump, three logical ops competing for > slots 2 and 3, and five ops for four slots. > > Signed-off-by: Brian Cain <[email protected]> > --- > tests/tcg/hexagon/Makefile.target | 1 + > tests/tcg/hexagon/invalid-slots.c | 72 +++++++++++++++++++++++++++++++ > tests/tcg/hexagon/valid-slots.c | 62 ++++++++++++++++++++++++++ > 3 files changed, 135 insertions(+) > create mode 100644 tests/tcg/hexagon/valid-slots.c
Reviewed-by: Matheus Tavares Bernardino <[email protected]>
