Daily bump.
This commit is contained in:
parent
4003e470a7
commit
9b111debbf
4 changed files with 47 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20221228
|
||||
20221229
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue