[PATCH] D125298: [SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 03:04:15 PDT 2022
frasercrmck created this revision.
frasercrmck added reviewers: simoll, craig.topper, rogfer01, ym1813382441.
Herald added subscribers: luke957, StephenFan, ecnelises, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
frasercrmck requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, MaskRay.
Herald added a project: LLVM.
Rather than VP_SEXT/VP_ZEXT/VP_TRUNC, having
VP_SIGN_EXTEND/VP_ZERO_EXTEND/VP_TRUNCATE better matches their non-VP
counterparts.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125298
Files:
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125298.428325.patch
Type: text/x-patch
Size: 4307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220510/e038c439/attachment.bin>
More information about the llvm-commits
mailing list