> -----Original Message----- > From: Kewen Lin <[email protected]> > Sent: 02 June 2021 06:05 > To: [email protected] > Cc: Kewen Lin <[email protected]>; [email protected]; Richard > Earnshaw <[email protected]>; Ramana Radhakrishnan > <[email protected]>; Kyrylo Tkachov > <[email protected]> > Subject: [PATCH 03/11] arm: Update unexpected empty split condition > > gcc/ChangeLog: > > * config/arm/vfp.md (no_literal_pool_df_immediate, > no_literal_pool_sf_immediate): Fix empty split condition. Ok, thanks for doing this. Kyrill > --- > gcc/config/arm/vfp.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md > index f97af92716b..55b6c1ac585 100644 > --- a/gcc/config/arm/vfp.md > +++ b/gcc/config/arm/vfp.md > @@ -2129,7 +2129,7 @@ (define_insn_and_split > "no_literal_pool_df_immediate" > && !arm_const_double_rtx (operands[1]) > && !(TARGET_VFP_DOUBLE && vfp3_const_double_rtx (operands[1]))" > "#" > - "" > + "&& 1" > [(const_int 0)] > { > long buf[2]; > @@ -2154,7 +2154,7 @@ (define_insn_and_split > "no_literal_pool_sf_immediate" > && TARGET_VFP_BASE > && !vfp3_const_double_rtx (operands[1])" > "#" > - "" > + "&& 1" > [(const_int 0)] > { > long buf; > -- > 2.17.1
RE: [PATCH 03/11] arm: Update unexpected empty split condition
Kyrylo Tkachov via Gcc-patches Wed, 02 Jun 2021 02:02:53 -0700
- Re: [PATCH 02/11] arc: Update unex... Claudiu Zissulescu via Gcc-patches
- Re: [PATCH 02/11] arc: Update ... Kewen.Lin via Gcc-patches
- Re: [PATCH 02/11] arc: Upd... Claudiu Zissulescu via Gcc-patches
- [PATCH 02/11 v2] arc: ... Kewen.Lin via Gcc-patches
- Re: [PATCH 02/11 ... Claudiu Zissulescu via Gcc-patches
- [PATCH 07/11] m68k: Update unexpected e... Kewen Lin via Gcc-patches
- Re: [PATCH 07/11] m68k: Update une... Jeff Law via Gcc-patches
- [PATCH 06/11] i386: Update unexpected e... Kewen Lin via Gcc-patches
- Re: [PATCH 06/11] i386: Update une... Uros Bizjak via Gcc-patches
- [PATCH 03/11] arm: Update unexpected em... Kewen Lin via Gcc-patches
- RE: [PATCH 03/11] arm: Update unex... Kyrylo Tkachov via Gcc-patches
- [PATCH 05/11] h8300: Update unexpected ... Kewen Lin via Gcc-patches
- Re: [PATCH 05/11] h8300: Update un... Jeff Law via Gcc-patches
- [PATCH 08/11] mips: Update unexpected e... Kewen Lin via Gcc-patches
- Re: [PATCH 08/11] mips: Update une... Jeff Law via Gcc-patches
- [PATCH 09/11] or1k: Update unexpected e... Kewen Lin via Gcc-patches
- [PATCH 10/11] sh: Update unexpected emp... Kewen Lin via Gcc-patches
- Re: [PATCH 10/11] sh: Update unexp... Oleg Endo
- [PATCH 11/11] sparc: Update unexpected ... Kewen Lin via Gcc-patches
- [PATCH 04/11] cris: Update unexpected e... Kewen Lin via Gcc-patches
- Re: [PATCH 04/11] cris: Update une... Hans-Peter Nilsson via Gcc-patches
