Daily bump.

This commit is contained in:
GCC Administrator 2022-04-07 00:19:42 +00:00
parent f037a81fcd
commit 0d1834bf3b
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,16 @@
2022-04-06 Alex Coplan <alex.coplan@arm.com>
PR target/99977
* config/arm/arm.c (arm_split_compare_and_swap): Fix up codegen
with negative immediates: ensure we expand cbranchsi4_scratch
correctly and ensure we satisfy its constraints.
* config/arm/sync.md
(@atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): Don't
attempt to tie two output operands together with constraints;
collapse two alternatives.
(@atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): Likewise.
* config/arm/thumb1.md (cbranchsi4_neg_late): New.
2022-03-30 Martin Jambor <mjambor@suse.cz>
Backported from master:

View File

@ -1 +1 @@
20220406
20220407

View File

@ -1,3 +1,8 @@
2022-04-06 Alex Coplan <alex.coplan@arm.com>
PR target/99977
* gcc.target/arm/pr99977.c: New test.
2022-03-30 Martin Jambor <mjambor@suse.cz>
Backported from master: