[PATCH] D92607: [AArch64][SVE] Add lowering for llvm.maxnum|minnum for scalable type.
Huihui Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 14:11:41 PST 2020
huihuiz created this revision.
huihuiz added reviewers: efriedma, sdesmalen, paulwalker-arm, kmclaughlin.
huihuiz added a project: LLVM.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
huihuiz requested review of this revision.
LLVM intrinsic llvm.maxnum|minnum is overloaded intrinsic, can be used on any
floating-point or vector of floating-point type.
This patch extends current infrastructure to support scalable vector type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92607
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-fp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92607.309362.patch
Type: text/x-patch
Size: 7441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201203/4b376764/attachment.bin>
More information about the llvm-commits
mailing list