[all-commits] [llvm/llvm-project] 59703f: [VE] Update bit operations
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Aug 11 03:42:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59703f17361815e3854aeb0822961278246fb666
https://github.com/llvm/llvm-project/commit/59703f17361815e3854aeb0822961278246fb666
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/bitreverse.ll
M llvm/test/CodeGen/VE/bswap.ll
M llvm/test/CodeGen/VE/ctlz.ll
M llvm/test/CodeGen/VE/ctpop.ll
M llvm/test/CodeGen/VE/cttz.ll
Log Message:
-----------
[VE] Update bit operations
Change bitreverse/bswap/ctlz/ctpop/cttz regression tests to support i128
and signext/zeroext i32 types. This patch also change the way to support
i32 types using 64 bits VE instructions.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D85712
More information about the All-commits
mailing list