[all-commits] [llvm/llvm-project] 42a16d: [VE] Bit operator isel
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Feb 12 00:02:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42a16dacda41be13ccd57b55fef196ca8664b11d
https://github.com/llvm/llvm-project/commit/42a16dacda41be13ccd57b55fef196ca8664b11d
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/CodeGen/VE/bitreverse.ll
A llvm/test/CodeGen/VE/bswap.ll
A llvm/test/CodeGen/VE/ctlz.ll
A llvm/test/CodeGen/VE/ctpop.ll
A llvm/test/CodeGen/VE/cttz.ll
A llvm/test/CodeGen/VE/rotl.ll
A llvm/test/CodeGen/VE/rotr.ll
Log Message:
-----------
[VE] Bit operator isel
Summary: Isel and tests for bswap,brev,ctpop,ctlz,ctty,rotl,rotr
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D74304
More information about the All-commits
mailing list