search for: tp61461p61529

Displaying 2 results from an estimated 2 matches for "tp61461p61529".

2013 Sep 24
2
[LLVMdev] Related to the LLVM Intrinsic functions.
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
2013 Sep 25
0
[LLVMdev] Related to the LLVM Intrinsic functions.
Arsen Hakobyan wrote: > 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