This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The problem with sploop

I wrote this code:

sploop 1
add .l2 b23, b24, b24
add .l2 b25, b26, b26
spkernel 6, 0

But a compiler outputs the error:

ERROR! at line 127: [E0802] Resource conflict in loop buffer at
cycle 1, modulo cycle 0
add .l2 b25, b26,

What is it? I can't find a description of this error.

Thank you.