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] Fix PR23471


>> Er, the code just below your patch should already handle this case, no?

Hi,

Thanks for the review and your comments on the patch.

The code below seems to handle this case for O2 or higher optimization.

However, somehow its not being handled with O1 and hence has this
implemented for better optimization.
Can you please let me know if it can be handled in a better way or neglect
this one just for this case?

Thanks,
Naveen


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