[all-commits] [llvm/llvm-project] d95cf1: [SVE] Enable ISD::ABDS/U ISel for scalable vectors.
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Tue Jan 25 04:32:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d95cf1f6cf4242ae9f045b8032b9e4c08d41a12f
https://github.com/llvm/llvm-project/commit/d95cf1f6cf4242ae9f045b8032b9e4c08d41a12f
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
A llvm/test/CodeGen/AArch64/sve-abd.ll
Log Message:
-----------
[SVE] Enable ISD::ABDS/U ISel for scalable vectors.
NOTE: This patch also includes tests that highlight those cases
where the existing DAG combine doesn't yet work well for SVE.
Differential Revision: https://reviews.llvm.org/D117873
More information about the All-commits
mailing list