OSDN Git Service

tcg: Don't free vector results
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 03:35:05 +0000 (20:35 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commit9628d008bd2461e654ca47b7576002bd501d7a7d
treeb3975ed7866922e84a10b062862155c506550843
parentb701f195d3ed39429fab5787df7c6b1c9377ab94
tcg: Don't free vector results

Avoid reusing vector temporaries so that we may re-use them
when propagating stores to loads.

Reviewed-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-gvec.c