OSDN Git Service

tcg: Expand TempOptInfo to 64-bits
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 6 Sep 2020 23:21:32 +0000 (16:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commit54795544e4cfb2fa198f7ca244b5ea9eaad322d4
treee202eec6635a1ef3cb804318f2cb8f2868103513
parent6fcb98eda16b27d1999737346cdd4d3c1eae6a57
tcg: Expand TempOptInfo to 64-bits

This propagates the extended value of TCGTemp.val that we did before.
In addition, it will be required for vector constants.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c