This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] scev: dump final value replacement expressions


On 08/17/2018 07:19 AM, Alexander Monakov wrote:
> Hello,
> 
> I'd like to apply the following patch to make GENERIC expressions
> used in final value replacement visible in pass dumps.
> 
> We currently dump only the last statement, but that is not very
> convenient as final values are sometimes complex and expand to
> multiple gimple statements.
> 
> 	* tree-scalar-evolution.c (final_value_replacement_loop): Dump
> 	full GENERIC expression used for replacement.
OK.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]