[RISCV] Remove unneeded !eq comparing a single bit value to 0/1 in RISCVInstrInfoVPseudos.td. NFC
Instead we can either use the bit directly. If it was checking for 0 we need to swap the operands or use !not.
Loading
Please sign in to comment
Instead we can either use the bit directly. If it was checking for 0 we need to swap the operands or use !not.