Re: [PATCH v2 0/2] Basic support for the Ventana VT1 w/ instruction fusion

2022-11-14 Thread Richard Biener via Gcc-patches
On Tue, Nov 15, 2022 at 12:01 AM Philipp Tomsich wrote: > > On Mon, 14 Nov 2022 at 23:47, Palmer Dabbelt wrote: > > > > [Trying to join the threads here.] > > > > On Mon, 14 Nov 2022 13:28:23 PST (-0800), philipp.toms...@vrull.eu wrote: > > > Jeff, > > > > > > On Mon, 14 Nov 2022 at 22:23, Jeff L

[committed] c++: Fix a typo in function name

2022-11-14 Thread Jakub Jelinek via Gcc-patches
Hi! I've noticed I've made a typo in the name of the function. Fixed thusly. Bootstrapped/regtested on x86_64-linux and i686-linux, committed as obvious to trunk. 2022-11-15 Jakub Jelinek * cp-tree.h (next_common_initial_seqence): Rename to ... (next_common_initial_sequence):

Re: [PATCH 1/2]middle-end: Add new tbranch optab to add support for bit-test-and-branch operations

2022-11-14 Thread Richard Biener via Gcc-patches
On Mon, Nov 14, 2022 at 4:57 PM Tamar Christina via Gcc-patches wrote: > > > -Original Message- > > From: Richard Biener > > Sent: Saturday, November 5, 2022 2:23 PM > > To: Aldy Hernandez > > Cc: Tamar Christina ; Jeff Law > > ; gcc-patches@gcc.gnu.org; nd ; > > MacLeod, Andrew > > Sub

<    1   2   3