Skip to content

aco/assembler: Don't emit target basic block index when chaining branches

What does this MR do and why?

aco/assembler: Don't emit target basic block index when chaining branches

This could erroneously cause an assertion to fail if the
target block index was larger than UINT16_MAX.

Fixes: cab5639a09ab954e67af27486a0f9b41a0373d98 ('aco/assembler: chain branches instead of emitting long jumps')

Merge request reports

Loading