forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually add entry for r12-7818-g3ab5c8cd03d92bf4ec41e351820349d92fbc…
…40c4 Because update_version_git gave up on it.
- Loading branch information
1 parent
31e989a
commit f0fdd92
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,25 @@ | |
considering the intersection of register classes then tweaking the | ||
regclass for the current alternative or rejecting it. | ||
|
||
2022-03-25 Christophe Lyon <[email protected]> | ||
|
||
PR target/104882 | ||
Revert | ||
2021-06-11 Christophe Lyon <[email protected]> | ||
|
||
* config/arm/mve.md (mve_vec_unpack<US>_lo_<mode>): Delete. | ||
(mve_vec_unpack<US>_hi_<mode>): Delete. | ||
(@mve_vec_pack_trunc_lo_<mode>): Delete. | ||
(mve_vmovntq_<supf><mode>): Remove '@' prefix. | ||
* config/arm/neon.md (vec_unpack<US>_hi_<mode>): Move back | ||
from vec-common.md. | ||
(vec_unpack<US>_lo_<mode>): Likewise. | ||
(vec_pack_trunc_<mode>): Rename from | ||
neon_quad_vec_pack_trunc_<mode>. | ||
* config/arm/vec-common.md (vec_unpack<US>_hi_<mode>): Delete. | ||
(vec_unpack<US>_lo_<mode>): Delete. | ||
(vec_pack_trunc_<mode>): Delete. | ||
|
||
2022-03-25 Vladimir N. Makarov <[email protected]> | ||
|
||
PR middle-end/104971 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,15 @@ | |
PR testsuite/105055 | ||
* gcc.target/i386/pr95483-1.c: Replace -msse with -msse2. | ||
|
||
2022-03-25 Christophe Lyon <[email protected]> | ||
|
||
PR target/104882 | ||
* gcc.target/arm/simd/mve-vclz.c: Update expected results. | ||
* gcc.target/arm/simd/mve-vshl.c: Likewise. | ||
* gcc.target/arm/simd/mve-vec-pack.c: Delete. | ||
* gcc.target/arm/simd/mve-vec-unpack.c: Delete. | ||
* gcc.target/arm/simd/pr104882.c: New test. | ||
|
||
2022-03-25 Richard Biener <[email protected]> | ||
|
||
PR tree-optimization/105053 | ||
|