[PATCH] D128610: [VE] Support load/store vm regsiters
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 26 07:30:56 PDT 2022
kaz7 created this revision.
kaz7 added a reviewer: efocht.
kaz7 added projects: VE, LLVM.
Herald added a subscriber: hiraditya.
Herald added a project: All.
kaz7 requested review of this revision.
Herald added a subscriber: llvm-commits.
Support load/store vm registers to memory location as a first step.
As a next step, support load/store vm registers to stack location.
This patch also adds several regression tests for not only load/store
vm registers but also missing load/store for vr registers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128610
Files:
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/test/CodeGen/VE/Vector/loadvm.ll
llvm/test/CodeGen/VE/Vector/loadvr.ll
llvm/test/CodeGen/VE/Vector/storevm.ll
llvm/test/CodeGen/VE/Vector/storevr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128610.440065.patch
Type: text/x-patch
Size: 19381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220626/9edf3f2e/attachment.bin>
More information about the llvm-commits
mailing list