search for: void_ti

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

Did you mean: void_ty
2008 Feb 26
1
[LLVMdev] Compatible Return Type for Intrinsics
Hi, I tried creating intrinsics which are to be placeholders for a set of instructions which should not be executed by the backend. In this process I want to replace the uses of each instruction with the intrinsic(Call) instruction. I am puzzled about the return type to be used in the intrinsic defintion(for creating the intrinsic) which is to be included in the Intrinsics.td file. Do we need