Re: [PATCH] Move get_call_rtx_from to final.c

2025-06-03 Thread Jeff Law
On 6/3/25 4:11 PM, Joseph Myers wrote: On Mon, 2 Jun 2025, Jeff Law wrote: On 6/1/25 1:12 AM, H.J. Lu wrote: Move get_call_rtx_from to final.c and call call_from_call_insn. PR other/120493 * final.cc (call_from_call_insn): Change the argument type to const rtx_call_insn *. (get_call_rtx_fr

Re: [PATCH] Move get_call_rtx_from to final.c

2025-06-03 Thread Joseph Myers
On Mon, 2 Jun 2025, Jeff Law wrote: > On 6/1/25 1:12 AM, H.J. Lu wrote: > > Move get_call_rtx_from to final.c and call call_from_call_insn. > > > > PR other/120493 > > * final.cc (call_from_call_insn): Change the argument type to > > const rtx_call_insn *. > > (get_call_rtx_from): New. > > * rtl.

Re: [PATCH] Move get_call_rtx_from to final.c

2025-06-02 Thread Jeff Law
On 6/1/25 1:12 AM, H.J. Lu wrote: Move get_call_rtx_from to final.c and call call_from_call_insn. PR other/120493 * final.cc (call_from_call_insn): Change the argument type to const rtx_call_insn *. (get_call_rtx_from): New. * rtl.h (is_a_helper ::test): New. (get_call_rtx_from): Moved to the

Re: [PATCH] Move get_call_rtx_from to final.c

2025-06-01 Thread Richard Biener
On Sun, Jun 1, 2025 at 9:14 AM H.J. Lu wrote: > > Move get_call_rtx_from to final.c and call call_from_call_insn. > > PR other/120493 > * final.cc (call_from_call_insn): Change the argument type to > const rtx_call_insn *. > (get_call_rtx_from): New. > * rtl.h (is_a_helper ::test): New. > (get_cal

[PATCH] Move get_call_rtx_from to final.c

2025-06-01 Thread H.J. Lu
(get_call_rtx_from): Removed. Tested on x86-64. -- H.J. From 5f68d5644870e3984343240b26918ee97e3e6f17 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 1 Jun 2025 09:29:48 +0800 Subject: [PATCH] Move get_call_rtx_from to final.c Move get_call_rtx_from to final.c and call call_from_call_