[RISCV] Use SLLI/SRLI instead of SLLIW/SRLIW for (srl (and X, 0xffff), C) custom isel on RV64.
We don't need the sign extending behavior here and SLLI/SRLI are able to compress to C.SLLI/C.SRLI.
parent
8fc8c745
Please register or sign in to comment