[all-commits] [llvm/llvm-project] 676af1: [VE] SHL, SRA, SRL v256i32|64 isel and tests
Simon Moll via All-commits
all-commits at lists.llvm.org
Wed Dec 15 02:33:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 676af1272b07426c80be5806cef830e6f6e469e0
https://github.com/llvm/llvm-project/commit/676af1272b07426c80be5806cef830e6f6e469e0
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VVPInstrInfo.td
M llvm/lib/Target/VE/VVPInstrPatternsVec.td
M llvm/lib/Target/VE/VVPNodes.def
M llvm/test/CodeGen/VE/Vector/vp_ashr.ll
M llvm/test/CodeGen/VE/Vector/vp_lshr.ll
M llvm/test/CodeGen/VE/Vector/vp_shl.ll
A llvm/test/CodeGen/VE/Vector/vp_sra.ll
A llvm/test/CodeGen/VE/Vector/vp_srl.ll
Log Message:
-----------
[VE] SHL,SRA,SRL v256i32|64 isel and tests
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D115734
More information about the All-commits
mailing list