On 2/7/21 9:46 PM, Taylor Simpson wrote:
> + } else if ((itype == ICLASS_V2LDST) && (GET_ATTRIB(opcode, A_STORE))) {
> + return SLOTS_01;
> + } else if ((itype == ICLASS_V2LDST) && (!GET_ATTRIB(opcode, A_STORE))) {
> + return SLOTS_01;What's the point of this? Between the two all ICLASS_V2LDST use SLOTS_01. Why can't it be done in > + return iclass_info[itype]; here? Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
