commit | 8da70480f59b4fd423918ac756747c1e35f6f53a | [log] [tgz] |
---|---|---|
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Wed Jun 21 16:22:55 2023 +0200 |
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Wed Jun 21 18:09:54 2023 +0200 |
tree | 0f03d6b9b6b9bf82d378ad5e927b519dc97cbade | |
parent | 82736612e75b84f51d8f3529cb35fa3835de5741 [diff] |
target/tricore: Fix RR_JLI clobbering reg A[11] if A[r1] == A[11], then we would overwrite the destination address of the jump with the return address. Reported-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20230621142302.1648383-2-kbastian@mail.uni-paderborn.de>