[all-commits] [llvm/llvm-project] 8e7b10: [VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Oct 14 17:04:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e7b108e80ff5988c0d5e1db581589e7b37f1bd8
https://github.com/llvm/llvm-project/commit/8e7b108e80ff5988c0d5e1db581589e7b37f1bd8
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
A llvm/test/CodeGen/VE/shl.ll
A llvm/test/CodeGen/VE/shr.ll
Log Message:
-----------
[VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS
VE doesn't have SHL_PARTS/SRA_PARTS/SRL_PARTS instructions, so need
to expand them. Add regression tests too.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D89396
More information about the All-commits
mailing list