On Mon, 23 Oct 2023, Qing Zhao wrote: > I prefer to implement this in gimplification phase since I am more > familiar with the code there.. (I think that implementing it in > gimplification should be very similar as implementing it in FE? Or do I > miss anything here?) > > Joseph, if implement this in FE, where in the FE I should look at?
I tend to think that gimplification time is appropriate for adding this dependency, but if you wish to rewrite a built-in function call in the front end before then, it could be done in build_function_call_vec. -- Joseph S. Myers jos...@codesourcery.com