]> git.ipfire.org Git - thirdparty/gcc.git/commit
middle-end: Fix issue of poly_uint16 (1, 1) in self test
authorzhongjuzhe <juzhe.zhong@rivai.ai>
Mon, 22 Aug 2022 09:15:31 +0000 (10:15 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 22 Aug 2022 09:15:31 +0000 (10:15 +0100)
commit21e7d87a901d45f0cb5e5510d22bfbdb0d0ac6a1
tree1c993f75d04092089dd7c0ff620dd0c246284a6d
parente228683b244c6afbe3bdfef7ba607fbda813bd0f
middle-end: Fix issue of poly_uint16 (1, 1) in self test

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