[PATCH] D128198: [SVE] Lower "unpredicated" sabd/uabd intrinsics to ISD::ABDS/U.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 06:30:24 PDT 2022


paulwalker-arm created this revision.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This enables an existing transformation that when combined with an
add will emit saba/uaba instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128198

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-aba.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128198.438372.patch
Type: text/x-patch
Size: 8562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/a307cde0/attachment.bin>


More information about the llvm-commits mailing list