[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.
Loading
Please sign in to comment
We don't need the sign extending behavior here and SLLI/SRLI are able to compress to C.SLLI/C.SRLI.