RE: [PATCH 17/70] target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign

2023-02-27 Thread Taylor Simpson
.uni-paderborn.de; ys...@users.sourceforge.jp; > gaos...@loongson.cn; jiaxun.y...@flygoat.com; Taylor Simpson > ; a...@rev.ng; mrol...@gmail.com; > edgar.igles...@gmail.com > Subject: [PATCH 17/70] target/hexagon/idef-parser: Use gen_tmp for > gen_pred_assign > > The allocation is immed

[PATCH 17/70] target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign

2023-02-26 Thread Richard Henderson
The allocation is immediately followed by tcg_gen_mov_i32, so the initial assignment of zero is discarded. Signed-off-by: Richard Henderson --- target/hexagon/idef-parser/parser-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/hexagon/idef-parser/parser-helper