[RISCV] Remove unneeded !eq comparing a single bit value to 0/1 in RISCVInstrInfoVPse...
authorCraig Topper <craig.topper@sifive.com>
Tue, 22 Dec 2020 19:40:51 +0000 (11:40 -0800)
committerCraig Topper <craig.topper@sifive.com>
Tue, 22 Dec 2020 19:57:16 +0000 (11:57 -0800)
commit53deef9e0b8ffa1a4a9c0f88b5fc0621978f9ea6
treea74fb5f28bf36c0d67fa26a8793f5e04ae05780b
parent7b0f9dd79a3c1799866a7b08e172598df90c649f
[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.
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td