Daily bump.

This commit is contained in:
GCC Administrator 2022-12-29 00:17:39 +00:00
parent 4003e470a7
commit 9b111debbf
4 changed files with 47 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2022-12-28 Martin Liska <mliska@suse.cz>
* update-copyright.py: Add contrib folder.
2022-12-23 Arsen Arsenović <arsen@aarsen.me>
* dg-out-generator.pl: New file.

View file

@ -1,3 +1,36 @@
2022-12-28 Roger Sayle <roger@nextmovesoftware.com>
* config/i386/i386.md (*clzsi2_lzcnt_zext_2): define_insn_and_split
to match ZERO_EXTEND form of *clzsi2_lzcnt_zext.
(*clzsi2_lzcnt_zext_2_falsedep): Likewise, new define_insn to match
ZERO_EXTEND form of *clzsi2_lzcnt_zext_falsedep.
(*bmi2_bzhi_zero_extendsidi_5): Likewise, new define_insn to match
ZERO_EXTEND form of *bmi2_bzhi_zero_extendsidi.
(*popcountsi2_zext_2): Likewise, new define_insn_and_split to match
ZERO_EXTEND form of *popcountsi2_zext.
(*popcountsi2_zext_2_falsedep): Likewise, new define_insn to match
ZERO_EXTEND form of *popcountsi2_zext_falsedep.
(*popcounthi2_2): Likewise, new define_insn_and_split to match
ZERO_EXTEND form of *popcounthi2.
(define_peephole2): ZERO_EXTEND variant of HImode popcount&1 using
parity flag peephole2.
2022-12-28 Roger Sayle <roger@nextmovesoftware.com>
* config/i386/i386-expand.cc (ix86_split_ashl): Call
ix86_expand_clear to generate an xor instruction.
2022-12-28 Martin Liska <mliska@suse.cz>
PR tree-optimization/108137
* tree-ssa-strlen.cc (get_range_strlen_phi): Reject anything
different from INTEGER_CST.
2022-12-28 Kito Cheng <kito.cheng@sifive.com>
* config/riscv/riscv-vsetvl.h (vl_vtype_info::get_avl_info):
Return const reference rather than value.
2022-12-27 Jeff Law <jlaw@ventanamicro.com>
* config/riscv/riscv.md: Add missing modes to last patch.t

View file

@ -1 +1 @@
20221228
20221229

View file

@ -1,3 +1,12 @@
2022-12-28 Roger Sayle <roger@nextmovesoftware.com>
* gcc.target/i386/ashlti3-1.c: New test case.
2022-12-28 Martin Liska <mliska@suse.cz>
PR tree-optimization/108137
* gcc.dg/tree-ssa/pr108137.c: New test.
2022-12-27 Raphael Moreira Zinsly <rzinsly@ventanamicro.com>
PR target/95632