public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Vladimir Makarov <vmakarov@redhat.com>
To: Lehua Ding <lehua.ding@rivai.ai>, gcc-patches@gcc.gnu.org
Cc: richard.sandiford@arm.com, juzhe.zhong@rivai.ai
Subject: Re: [PATCH 3/4] ira: Apply DF_LIVE_SUBREG data
Date: Wed, 1 May 2024 12:21:56 -0400	[thread overview]
Message-ID: <59b6f8e5-fffc-49d2-acc2-e3a69d708134@redhat.com> (raw)
In-Reply-To: <20240203105012.208998-4-lehua.ding@rivai.ai>


On 2/3/24 05:50, Lehua Ding wrote:
> This patch simple replace df_get_live_in to df_get_subreg_live_in
> and replace df_get_live_out to df_get_subreg_live_out.
>
> gcc/ChangeLog:
>
> 	* ira-build.cc (create_bb_allocnos): Switch to DF_LIVE_SUBREG df data.
> 	(create_loop_allocnos): Ditto.
> 	* ira-color.cc (ira_loop_edge_freq): Ditto.
> 	* ira-emit.cc (generate_edge_moves): Ditto.
> 	(add_ranges_and_copies): Ditto.
> 	* ira-lives.cc (process_out_of_region_eh_regs): Ditto.
> 	(add_conflict_from_region_landing_pads): Ditto.
> 	(process_bb_node_lives): Ditto.
> 	* ira.cc (find_moveable_pseudos): Ditto.
> 	(interesting_dest_for_shprep_1): Ditto.
> 	(allocate_initial_values): Ditto.
> 	(ira): Ditto.
>
This patch is ok for me.
>   gcc/ira-build.cc |  7 ++++---
>   gcc/ira-color.cc |  8 ++++----
>   gcc/ira-emit.cc  | 12 ++++++------
>   gcc/ira-lives.cc |  7 ++++---
>   gcc/ira.cc       | 19 ++++++++++++-------
>   5 files changed, 30 insertions(+), 23 deletions(-)


  reply	other threads:[~2024-05-01 16:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 10:50 [PATCH 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA Lehua Ding
2024-02-03 10:50 ` [PATCH 1/4] df: Add -ftrack-subreg-liveness option Lehua Ding
2024-02-03 10:50 ` [PATCH 2/4] df: Add DF_LIVE_SUBREG problem Lehua Ding
2024-02-03 10:50 ` [PATCH 3/4] ira: Apply DF_LIVE_SUBREG data Lehua Ding
2024-05-01 16:21   ` Vladimir Makarov [this message]
2024-02-03 10:50 ` [PATCH 4/4] lra: " Lehua Ding
2024-05-01 16:24   ` Vladimir Makarov
2024-05-08  3:01     ` Lehua Ding
2024-05-08 16:29       ` Vladimir Makarov
2024-05-08 22:16         ` 钟居哲
2024-02-05  7:01 ` [PATCH 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA Lehua Ding
2024-02-05 16:10   ` Jeff Law
2024-02-06  1:44     ` Lehua Ding
2024-02-06 13:43     ` Vladimir Makarov
2024-02-05 18:17 ` Joseph Myers
2024-02-06  1:44   ` Lehua Ding
2024-04-24 10:05 [PATCH V2 " Lehua Ding
2024-04-24 10:05 ` [PATCH 3/4] ira: Apply DF_LIVE_SUBREG data Lehua Ding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59b6f8e5-fffc-49d2-acc2-e3a69d708134@redhat.com \
    --to=vmakarov@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=juzhe.zhong@rivai.ai \
    --cc=lehua.ding@rivai.ai \
    --cc=richard.sandiford@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).