Re: [PATCH] middle-end: Fix issue of poly_uint16 (1, 1) in self test

2022-08-22 Thread Richard Sandiford via Gcc-patches
juzhe.zh...@rivai.ai writes: > From: zhongjuzhe > > This patch fix issue of poly_uint16 (1, 1) in machine mode self test. > > gcc/ChangeLog: > > * simplify-rtx.cc (test_vector_subregs_fore_back): Make first value > and repeat value different. Thanks, pushed. Richard > > --- > gcc/simp

[PATCH] middle-end: Fix issue of poly_uint16 (1, 1) in self test

2022-08-22 Thread juzhe . zhong
From: zhongjuzhe This patch fix issue of poly_uint16 (1, 1) in machine mode self test. gcc/ChangeLog: * simplify-rtx.cc (test_vector_subregs_fore_back): Make first value and repeat value different. --- gcc/simplify-rtx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --