: Richard Sandiford
Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; kito.ch...@sifive.com; Wang,
Yanzhang ; jeffreya...@gmail.com; rguent...@suse.de
Subject: RE: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16 bits
Thanks Richard Sandiford for review.
Yes, currently the class
: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16 bits
pan2...@intel.com writes:
> diff --git a/gcc/rtl-ssa/accesses.h b/gcc/rtl-ssa/accesses.h index
> c5180b9308a..38b4d6160c2 100644
> --- a/gcc/rtl-ssa/accesses.h
> +++ b/gcc/rtl-ssa/accesses.h
> @@ -254,7 +254,7 @@ private:
&g
pan2...@intel.com writes:
> diff --git a/gcc/rtl-ssa/accesses.h b/gcc/rtl-ssa/accesses.h
> index c5180b9308a..38b4d6160c2 100644
> --- a/gcc/rtl-ssa/accesses.h
> +++ b/gcc/rtl-ssa/accesses.h
> @@ -254,7 +254,7 @@ private:
>unsigned int m_spare : 2;
>
>// The value returned by the accessor
ve.com; Wang, Yanzhang ;
> jeffreya...@gmail.com; rguent...@suse.de
> Subject: Re: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16
> bits
>
> "Li, Pan2" writes:
> > Kindly ping for this PATCH v3.
>
> The patch was sent on Saturday, so this is effectivel
ent...@suse.de
> Subject: Re: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16
> bits
>
> "Li, Pan2" writes:
> > Kindly ping for this PATCH v3.
>
> The patch was sent on Saturday, so this is effectively pinging after
> one working day in most of E
: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; kito.ch...@sifive.com; Wang,
Yanzhang ; jeffreya...@gmail.com; rguent...@suse.de
Subject: Re: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16 bits
"Li, Pan2" writes:
> Kindly ping for this PATCH v3.
The patch was sent on Saturda
"Li, Pan2" writes:
> Kindly ping for this PATCH v3.
The patch was sent on Saturday, so this is effectively pinging after
one working day in most of Europe and America. That's too soon and
comes across as aggressive.
I realise you and others are working intensively on this. But in a
sense that'
Subject: [PATCH v3] Machine_Mode: Extend machine_mode from 8 to 16 bits
From: Pan Li
We are running out of the machine_mode(8 bits) in RISC-V backend. Thus we would
like to extend the machine_mode bit size from 8 to 16 bits.
However, it is sensitive to extend the memory size in common structure like
From: Pan Li
We are running out of the machine_mode(8 bits) in RISC-V backend. Thus
we would like to extend the machine_mode bit size from 8 to 16 bits.
However, it is sensitive to extend the memory size in common structure
like tree or rtx. This patch would like to extend the machine_mode bits
t