Skip to content

Commit

Permalink
Add ChangeLog entry for my last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
algebra84 committed May 26, 2020
1 parent 9d0dc47 commit cfdff3e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2020-05-26 Hongtao Liu <[email protected]>
Uroš Bizjak <[email protected]>

PR target/95211
PR target/95256
* config/i386/sse.md (<floatunssuffix>v2div2sf2): New expander.
(fix<fixunssuffix>_truncv2sfv2di2): Ditto.
(avx512dq_float<floatunssuffix>v2div2sf2): Renaming from
float<floatunssuffix>v2div2sf2.
(avx512dq_fix<fixunssuffix>_truncv2sfv2di2<mask_name>):
Renaming from fix<fixunssuffix>_truncv2sfv2di2<mask_name>.
(vec_pack<floatprefix>_float_<mode>): Adjust icode name.
(vec_unpack_<fixprefix>fix_trunc_lo_<mode>): Ditto.
(vec_unpack_<fixprefix>fix_trunc_hi_<mode>): Ditto.
* config/i386/i386-builtin.def: Ditto.
* emit-rtl.c (validate_subreg): Allow use of *paradoxical* vector
subregs when both omode and imode are vector mode and
have the same inner mode.

2020-05-25 Eric Botcazou <[email protected]>

* gimple-ssa-store-merging.c (merged_store_group::can_be_merged_into):
Expand Down
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-05-26 Hongtao Liu <[email protected]>

* gcc.target/i386/pr95211.c: New test.

2020-05-25 Eric Botcazou <[email protected]>

* gnat.dg/opt84.adb: New test.
Expand Down

0 comments on commit cfdff3e

Please sign in to comment.