search for: int_stella_su_route

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

2009 Dec 23
0
[LLVMdev] getting error while running tblgen
...ng. For some reason I am getting this error message from the tblgen: "In SU_routeInstr: Type inference contradiction found in node imm!" Here is my def Imm8Arg: Operand<i8> { let PrintMethod = "print Imm8Arg"; } // Intrinsic functions // int_stella_su_route let neverHasSideEffects = 1 in { def SU_routeInstr: MyInst<(outs),(ins Imm8Arg:$inport, Imm8Arg:$outline), "sel\t%o.ww.$outline=%i.ww.$inport", [(int_my_su_route imm:$inport, imm:$outline)]>; My intrinsic function i...