[PATCH] D128835: [AArch64] Add support for various operations on nxv1i1 types.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 09:26:33 PDT 2022
sdesmalen created this revision.
sdesmalen added reviewers: efriedma, paulwalker-arm, aemerson, sagarkulkarni19.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The supported operations are:
- Logical operations (and, or, xor, bic)
- Logical reductions (and, or, xor, [us]min, [us]max)
- Conversions to/from svbool_t
- Predicate count (CNTP)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128835
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-int-log.ll
llvm/test/CodeGen/AArch64/sve-int-pred-reduce.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128835.441046.patch
Type: text/x-patch
Size: 14146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/50ef667e/attachment.bin>
More information about the llvm-commits
mailing list