On Sun, Feb 6, 2022 at 8:42 PM Shubham Narlawar via Gcc wrote:
>
> Hello,
>
> Is it possible to generate a NOTE instruction at GIMPLE level?
>
> My use case scenario is as below -
> I want to create a note for __builtin_xyz(_x) such that there is a
> placeholder just before function call and in RT
Hello,
Is it possible to generate a NOTE instruction at GIMPLE level?
My use case scenario is as below -
I want to create a note for __builtin_xyz(_x) such that there is a
placeholder just before function call and in RTL pass, I want to
modify/assign register number at this placeholder location.