r275899 - in /trunk/gcc: ChangeLog config/arm/a...

wilco@gcc.gnu.org wilco@gcc.gnu.org
Wed Sep 18 18:22:00 GMT 2019


Author: wilco
Date: Wed Sep 18 18:22:55 2019
New Revision: 275899

URL: https://gcc.gnu.org/viewcvs?rev=275899&root=gcc&view=rev
Log:
[ARM] Cleanup highpart multiply patterns

Cleanup the various highpart multiply patterns using iterators.
As a result the signed and unsigned variants and the pre-Armv6
multiply operand constraints are all handled in a single pattern
and simple expander.

    gcc/
	* config/arm/arm.md (smulsi3_highpart): Use <US> and <SE> iterators.
	(smulsi3_highpart_nov6): Remove pattern.
	(smulsi3_highpart_v6): Likewise.
	(umulsi3_highpart): Likewise.
	(umulsi3_highpart_nov6): Likewise.
	(umulsi3_highpart_v6): Likewise.
	(<US>mull_high): Add new combined multiply pattern.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md



More information about the Gcc-cvs mailing list