> If an input register is still used after an output register is already > written, then clearly these two must be separate registers. This means > that the input is @Alive. > If you don't mind if an input gets the same register as an output, then > the input can be @Use. Makes sense, thanks! -Daniel