[all-commits] [llvm/llvm-project] 8aa60f: [VE] Add vector comparison and min/max
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Oct 26 02:32:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8aa60f67dc8c67390680b7a3be0d31384300f09f
https://github.com/llvm/llvm-project/commit/8aa60f67dc8c67390680b7a3be0d31384300f09f
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrVec.td
A llvm/test/MC/VE/VCMP.s
A llvm/test/MC/VE/VCMS.s
A llvm/test/MC/VE/VCMX.s
A llvm/test/MC/VE/VCPS.s
A llvm/test/MC/VE/VCPX.s
Log Message:
-----------
[VE] Add vector comparison and min/max
Add VCMP/VCPS/VCPX/VCMS/VCMX vector instructions. Also add regression
tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D89643
More information about the All-commits
mailing list