[RISCV] Minimally modify incoming state in transferBefore (#72352)
transferBefore currently takes an incoming state and an instruction, computes the new state needed for the instruction, and then modifies that new state to be more similar to the incoming state. This patch reverses the approach by instead taking the incoming state and modifying only the bits that are demanded by the instruction.
parent
173fcf7d
Please register or sign in to comment