[PowerPC] Remove vnot_ppc and replace with the standard vnot.
authorCraig Topper <craig.topper@sifive.com>
Mon, 1 Feb 2021 03:41:31 +0000 (19:41 -0800)
committerCraig Topper <craig.topper@sifive.com>
Mon, 1 Feb 2021 03:41:33 +0000 (19:41 -0800)
commit94206f1f90fee1b92c49234a17cf8e1781179146
tree7d42bd73f57e84de3985f3558edc8af9a4851bce
parentff460268973533e8d39a7714223891d1b7c62d67
[PowerPC] Remove vnot_ppc and replace with the standard vnot.

immAllOnesV has special support for looking through bitcasts
automatically so isel patterns don't need to explicitly look
for the bitconvert.
llvm/lib/Target/PowerPC/PPCInstrAltivec.td
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
llvm/lib/Target/PowerPC/PPCInstrVSX.td