Displaying 1 result from an estimated 1 matches for "7773154f".
2015 May 30
1
[LLVMdev] How patchpoint intrinsic actually patches?
Dear All
I have some questions about how to use patchpoint intrinsic:
1- The function that is provided as argument to the intrinsic call, where does it belong? I'm making a pass to change a given IR file and add call to patchpoint. Where should I put this function? In the pass or in the same IR file or in another IR and include it or what?
2- When actually this code is patched into the