[all-commits] [llvm/llvm-project] adbb46: [VE] Support load/store vm regsiters
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Jun 30 16:25:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adbb46ea651cb44b6d1661ab31389db41bd1f314
https://github.com/llvm/llvm-project/commit/adbb46ea651cb44b6d1661ab31389db41bd1f314
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
A llvm/test/CodeGen/VE/Vector/loadvm.ll
A llvm/test/CodeGen/VE/Vector/loadvr.ll
A llvm/test/CodeGen/VE/Vector/storevm.ll
A llvm/test/CodeGen/VE/Vector/storevr.ll
Log Message:
-----------
[VE] Support load/store vm regsiters
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.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D128610
More information about the All-commits
mailing list