Fix RTL frontend handling of const_vectors
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 4 Nov 2021 08:28:44 +0000 (08:28 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 4 Nov 2021 08:28:44 +0000 (08:28 +0000)
commit95318d469f4d293446b4fd38d527fd5d64ce0b70
tree1564afa1b39d7bd657b2087bd4a7e9062b3a8dde
parentbc9c8e5f8af08c513a4a4c329c50ba6559ff6d5c
Fix RTL frontend handling of const_vectors

The RTL frontend makes sure that CONST_INTs use shared rtxes where
appropriate.  We should do the same thing for CONST_VECTORs,
reusing CONST0_RTX, CONST1_RTX and CONSTM1_RTX.  This also has
the effect of setting CONST_VECTOR_NELTS_PER_PATTERN and
CONST_VECTOR_NPATTERNS.

While looking at where to add that, I noticed we had some dead #includes
in read-rtl.c.  Some of the stuff that read-rtl-function.c does was once
in that file instead.

gcc/
* read-rtl.c: Remove dead !GENERATOR_FILE block.
* read-rtl-function.c (function_reader::consolidate_singletons):
Generate canonical CONST_VECTORs.
gcc/read-rtl-function.c
gcc/read-rtl.c