[clang] [llvm] [Clang][LLVM][AArch64] Add intrinsic for LUTI4 SME2 instruction (PR #97755)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 02:22:42 PDT 2024
================
@@ -410,7 +410,7 @@ class AArch64DAGToDAGISel : public SelectionDAGISel {
}
void SelectMultiVectorLuti(SDNode *Node, unsigned NumOutVecs, unsigned Opc,
- uint32_t MaxImm);
+ uint32_t MaxImm, bool IsMultiVector = false);
----------------
CarolineConcatto wrote:
There are 2 functions now, one for lane and without. So this is not used anymore.
https://github.com/llvm/llvm-project/pull/97755
More information about the cfe-commits
mailing list