r278057 - in /trunk/gcc: ChangeLog config/arc/a...

claziss@gcc.gnu.org claziss@gcc.gnu.org
Mon Nov 11 15:40:00 GMT 2019


Author: claziss
Date: Mon Nov 11 15:40:20 2019
New Revision: 278057

URL: https://gcc.gnu.org/viewcvs?rev=278057&root=gcc&view=rev
Log:
[ARC] Fix movsi_ne pattern.

The movsi_ne variants are in a wrong order, leading to wrong
computation of the internal attribute "cond". Hence, to errors when
outputting annul-true or annul-false instructions.

gcc/
xxxx-xx-xx  Claudiu Zissulescu  <claziss@synopsys.com>
	    Shahab Vahedi  <shahab@synopsys.com>

	* config/arc/arc.md (movsi_ne): Reorder instruction variants.

testsuite/
xxxx-xx-xx  Shahab Vahedi  <shahab@synopsys.com>

	* gcc.target/arc/delay-slot-limm.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/arc/delay-slot-limm.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arc/arc.md
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list