[all-commits] [llvm/llvm-project] 9ebaec: [VE] (masked) load|store v256.32|64 isel
Simon Moll via All-commits
all-commits at lists.llvm.org
Wed Mar 2 04:33:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ebaec461af41ca86d414d2386aa154e60f02c6d
https://github.com/llvm/llvm-project/commit/9ebaec461af41ca86d414d2386aa154e60f02c6d
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M llvm/lib/Target/VE/VECustomDAG.cpp
M llvm/lib/Target/VE/VECustomDAG.h
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VETargetTransformInfo.h
M llvm/lib/Target/VE/VVPISelLowering.cpp
M llvm/lib/Target/VE/VVPInstrInfo.td
M llvm/lib/Target/VE/VVPInstrPatternsVec.td
M llvm/lib/Target/VE/VVPNodes.def
A llvm/test/CodeGen/VE/Vector/vec_load.ll
A llvm/test/CodeGen/VE/Vector/vec_store.ll
Log Message:
-----------
[VE] (masked) load|store v256.32|64 isel
Add `vvp_load|store` nodes. Lower to `vld`, `vst` where possible. Use
`vgt` for masked loads for now.
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D120413
More information about the All-commits
mailing list