Displaying 1 result from an estimated 1 matches for "__handle_store".
2017 Feb 28
2
LLVM Pass - Backend Instrumentation
Hello,
I would like to instrument backend generated code to recover all load and
store instructions' operands. What would be the best way to implement this
instrumentation.
I was thinking of creating a MachineFunctionPass, get all load and store
instructions and add an instruction that writes the operands of Load/Store
instructions to an address. How can I control the address of