Re: [PATCH 16/40] graphite: Rename isl_id_for_ssa_name

2022-05-17 Thread Richard Biener via Gcc-patches
On Mon, 16 May 2022, Tobias Burnus wrote: > Rediffed Frederik's patch. Actual change is just s/.c/.cc/ but also a > missing space ? tab. > > On 15.12.21 16:54, Frederik Harwath wrote: > > The SSA names for which this function gets used are always SCoP > > parameters and hence

Re: [PATCH 16/40] graphite: Rename isl_id_for_ssa_name

2022-05-16 Thread Tobias Burnus
Rediffed Frederik's patch. Actual change is just s/.c/.cc/ but also a missing space → tab. On 15.12.21 16:54, Frederik Harwath wrote: The SSA names for which this function gets used are always SCoP parameters and hence "isl_id_for_parameter" is a better name. It also explains the prefix "P_"

[PATCH 16/40] graphite: Rename isl_id_for_ssa_name

2021-12-15 Thread Frederik Harwath
The SSA names for which this function gets used are always SCoP parameters and hence "isl_id_for_parameter" is a better name. It also explains the prefix "P_" for those names in the ISL representation. gcc/ChangeLog: * graphite-sese-to-poly.c (isl_id_for_ssa_name): Rename to ...