[PATCH] D93687: [VE] Extract & insert vector element isel
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 04:11:03 PST 2020
simoll created this revision.
simoll added reviewers: kaz7, k-ishizaka.
simoll added a project: VE.
Herald added a subscriber: hiraditya.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Isel and tests for extract_vector_elt and insert_vector_elt.
Also, use insert_vector_elt instead of build_vector if there is only one defined element.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93687
Files:
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEInstrPatternsVec.td
llvm/test/CodeGen/VE/Vector/extract_elt.ll
llvm/test/CodeGen/VE/Vector/insert_elt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93687.313291.patch
Type: text/x-patch
Size: 24844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201222/5cd09f90/attachment.bin>
More information about the llvm-commits
mailing list