Displaying 1 result from an estimated 1 matches for "addmulv".
Did you mean:
addmul
2011 Dec 02
0
[LLVMdev] Error: Type constraint application shouldn't fail!
...),
(ncmul
(sext (i16 (extractelt node:$a, (i32
1)))),
(sext (i16 (extractelt node:$b, (i32
0))))
)
)
>;
def ADDMULv : InstSP< (outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
"muladd $a, $b, $dst",
[(set (i32 IntRegs:$dst), (mula_pat (v2i16
IntRegs:$a), (v2i16 IntRegs:$b)))]>;
IntRegs is class with a type list of [i32, v2i16]
But I get the following e...