Summary
The ComputedRegister type is used in a small number of places, but its requirements are lower than before. Specifically, it was previously the case that a computed register could be subject to splitting, but this is no longer the case. Instead, the efficiency of a computed register could be dramatically improved by requiring it to target only a single register, and avoiding a Computation[word.BigEndian]
Summary
The
ComputedRegistertype is used in a small number of places, but its requirements are lower than before. Specifically, it was previously the case that a computed register could be subject to splitting, but this is no longer the case. Instead, the efficiency of a computed register could be dramatically improved by requiring it to target only a single register, and avoiding aComputation[word.BigEndian]