[all-commits] [llvm/llvm-project] 7b285a: [SVE] Lower "unpredicated" sabd/uabd intrinsics to...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Tue Jun 21 16:04:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b285ae0e8e65f4dd12a2d734b5700710e7d9c24
https://github.com/llvm/llvm-project/commit/7b285ae0e8e65f4dd12a2d734b5700710e7d9c24
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-aba.ll
Log Message:
-----------
[SVE] Lower "unpredicated" sabd/uabd intrinsics to ISD::ABDS/U.
This enables an existing transformation that when combined with an
add will emit saba/uaba instructions.
Differential Revision: https://reviews.llvm.org/D128198
More information about the All-commits
mailing list