You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in LLVM 16 the Add extension points for MachinePass should be availible,
i couldn't find a way to write a plugin in LLVM that can change the function prologue and epilogue that the MachinePass creates..
do you have such example ?
The text was updated successfully, but these errors were encountered:
thats the problem with LLVM .. the new pass manager should have support also like GCC RTL pass the ASM changes but not many example exist ... for GCC there are some that change the Canary implementation: https://github.com/enferex/sataniccanary/blob/master/sataniccanary.c
in LLVM 16 the Add extension points for MachinePass should be availible,
i couldn't find a way to write a plugin in LLVM that can change the function prologue and epilogue that the MachinePass creates..
do you have such example ?
The text was updated successfully, but these errors were encountered: