Displaying 1 result from an estimated 1 matches for "su_routeinstr".
2009 Dec 23
0
[LLVMdev] getting error while running tblgen
Hi,
I am trying to build a new backend target. First I wanted to start with just one intrinsic function. So I followed (I think I did) the
guidelines about doing. 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,...