Displaying 1 result from an estimated 1 matches for "tblgene".
Did you mean:
tblgen
2009 Mar 04
0
[LLVMdev] Adding Intrinsics for custom processor (frotend, problem)
...lowing :
unsigned vmpi=VMP_intrinsic(Name,Len);
if(vmpi)
return vmpi;
where VMP_intrinsic function code recognizes my proprietary
'__VMPINTR__' style intrinsic names.
I know also that for Chris or other LLVM tblgen masters it could be
quite easy to make this VMP_intrinsic function code
tblgened , but I will be content to manually edit it as I go along .(I
do not expect to have that many of them) ...