Displaying 1 result from an estimated 1 matches for "srlimm".
Did you mean:
srcimm
2016 Aug 18
3
extract_vector_elt type mismatch?
Hi there,
I'm trying to map extract_vector_elt use the following pattern in tbl file.
Def : Pat <(i64 (extractelt v2i32:$src, 0)), (i64 (SRLIMM GPR:$src, 32))>;
But the tblgen shows :
Type inference contradiction found , forcing v2i32 to have a vector element
of type i64
But the manual says this instruction allows return type to be larger than
element type.
Anyone can show me any pointers ?
Thanks,
Xiaochu
-------------- next part...