On 4/26/23 01:42, Taylor Simpson wrote:
When generating TCG, make sure we have read all the operand registers before writing to the destination registers.This is a prerequesite for short-circuiting where the source and dest operands could be the same. Signed-off-by: Taylor Simpson<tsimp...@quicinc.com> --- target/hexagon/genptr.c | 45 ++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~