[RISCV] Fix incorrect early out from isSignExtendedW in RISCVSExtWRemoval.
We can only return false to abort. If the criteria is met we need to use continue instead. Returning true stops us from visiting all nodes and makes the caller think it is safe to remove sext.w.
Loading
Please sign in to comment