At present SPIR-V fuzz does not consider generating a dead break from a loop's continue construct to the loop's merge block, as this is usually illegal. But it is legal if the block being broken from is the loop's back edge block. It would be good to extend the tool to allow for this case.