[RISCV] Use SLTIU X, -1 for (setne X, -1).
Since -1 is the maximum unsigned value, all values less than it are not equal to it.
Loading
Please sign in to comment
Since -1 is the maximum unsigned value, all values less than it are not equal to it.