[RISCV] Support SRLI in hasAllNBitUsers.
We can recursively look through SRLI if the shift amount is less than the demanded bits. We can reduce the demanded bit count by the shift amount and check the users of the SRLI.
Loading
Please sign in to comment