[llvm] [clang] [SME2] Add LUTI2 and LUTI4 quad Builtins and Intrinsics (PR #73317)
Kerry McLaughlin via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 06:42:45 PST 2023
================
@@ -5098,6 +5099,12 @@ void AArch64DAGToDAGISel::Select(SDNode *Node) {
AArch64::LUTI2_4ZTZI_S}))
// Second Immediate must be <= 3:
SelectMultiVectorLuti<3>(Node, 4, Opc);
+ else if (auto Opc = SelectOpcodeFromVT<SelectTypeKind::FP>(
----------------
kmclaughlin-arm wrote:
Can you instead just pass `<SelectTypeKind::AnyType>` in the if statement above?
https://github.com/llvm/llvm-project/pull/73317
More information about the cfe-commits
mailing list