[LLVMdev] Related to the LLVM Intrinsic functions.

Arsen Hakobyan artinetstudio at gmail.com
Mon Sep 23 22:58:30 PDT 2013


Hello, 

I have a need to change the parameter type of llvm.lifetime.start/end
intrinsic functions to get other defined type, but i do not want to replace
the current definition of the intrinsic function with the new definition. Is
there a way, to do such things for a specific target? 
If the only way to do this is to create a separate file for my target and
write there a target specific definitions then I would appreciate if someone
could describe me how I have to overload the existing intrinsic functions
and how the compiler will differentiate which one to use? 

Thanks, 
Arsen



--
View this message in context: http://llvm.1065342.n5.nabble.com/Related-to-the-LLVM-Intrinsic-functions-tp61461.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list