[PATCH] D94160: [AArch64][SVE] Add lowering for llvm abs intrinsic
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 01:06:08 PST 2021
david-arm created this revision.
david-arm added reviewers: sdesmalen, kmclaughlin, paulwalker-arm.
Herald added subscribers: NickHung, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Add functionality to permit lowering of the abs and neg intrinsics
using the passthru variants.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94160
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-int-arith.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94160.314817.patch
Type: text/x-patch
Size: 9918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/d6252094/attachment.bin>
More information about the llvm-commits
mailing list