[PATCH] D73903: [AArch64][SVE] Add remaining SVE2 intrinsics for widening DSP operations
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 09:46:25 PST 2020
kmclaughlin marked an inline comment as done.
kmclaughlin added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1852
-// SVE2 MLA LANE.
-def int_aarch64_sve_smlalb_lane : SVE2_3VectorArg_Indexed_Intrinsic;
----------------
sdesmalen wrote:
> nit: why are you moving these?
I thought it made sense for them to be in the same category as the SVE2 mul & mul_lane intrinsics above as they are also "widening DSP operations". I'm happy to leave these where they are though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73903/new/
https://reviews.llvm.org/D73903
More information about the llvm-commits
mailing list