[all-commits] [llvm/llvm-project] 43994e: [VE] vp_select+vectorBinOp passthru isel and tests
Simon Moll via All-commits
all-commits at lists.llvm.org
Tue Jan 18 02:32:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43994e9a4a8323825cd6303fc756adb1cfd5dbad
https://github.com/llvm/llvm-project/commit/43994e9a4a8323825cd6303fc756adb1cfd5dbad
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M llvm/lib/Target/VE/VVPInstrPatternsVec.td
A llvm/test/CodeGen/VE/Vector/vp_fadd_merge.ll
A llvm/test/CodeGen/VE/Vector/vp_fdiv_merge.ll
A llvm/test/CodeGen/VE/Vector/vp_fmul_merge.ll
A llvm/test/CodeGen/VE/Vector/vp_fsub_merge.ll
Log Message:
-----------
[VE] vp_select+vectorBinOp passthru isel and tests
Extend the VE binaryop vector isel patterns to use passthru when the
result of a SDNode is used in a vector select or merge.
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D117495
More information about the All-commits
mailing list