[PATCH] D114713: [AArch64][SVE][NEON] Add NEON-SVE-Bridge intrinsics
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 29 08:32:16 PST 2021
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:1325
setOperationAction(ISD::MLOAD, VT, Custom);
+ setOperationAction(ISD::INSERT_SUBVECTOR, VT, Custom);
}
----------------
Can you extract this into its own patch as it's really not relevant to the rest of the patch and is currently missing tests. Presumably `llvm/test/CodeGen/AArch64/sve-insert-vector.ll` needs updating?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114713/new/
https://reviews.llvm.org/D114713
More information about the llvm-commits
mailing list