[SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes
authorFraser Cormack <fraser@codeplay.com>
Tue, 10 May 2022 09:49:00 +0000 (10:49 +0100)
committerFraser Cormack <fraser@codeplay.com>
Wed, 11 May 2022 09:25:51 +0000 (10:25 +0100)
commitc1d48b35d88a7eb497c9f9851bfab868228c52dd
tree54ffbe6031a2569653bcc306f2f1858c4d70cb27
parent34b6f206cbab8471abf29739dab981bd8b868a65
[SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes

Rather than VP_SEXT/VP_ZEXT/VP_TRUNC, having
VP_SIGN_EXTEND/VP_ZERO_EXTEND/VP_TRUNCATE better matches their non-VP
counterparts.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D125298
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/Target/RISCV/RISCVISelLowering.cpp