search for: my_instrinc

Displaying 1 result from an estimated 1 matches for "my_instrinc".

2012 Nov 26
2
[LLVMdev] inserting a target specific builtin in llvm pass
Hi, I'm writing a pass which needs to insert an intrinsic in for my target, but I'm not sure how to create the call. I've tried defining a function, with the target intrinsic as its name, and then creating a new CallInst to call it. But how am I supposed to declare this function as an intrinsic? Thanks, Sam -- View this message in context: