Displaying 1 result from an estimated 1 matches for "mai4".
Did you mean:
mai
2009 Jan 22
3
[LLVMdev] Implementing customized intrinsic
Dear all,
Currently I'm working on a project that add various checks into the
LLVM bitcode. For example, I insert function calls before every
load / store instructions to guarantee that these instructions are
safe. I really want to implement them as LLVM intrinsics or ``special
function calls'' so that I am able to leverage the power of things
like InstVisitor. However, it