[llvm] [AArch64][SME2] Add FORM_STRIDED_TUPLE pseudo nodes (PR #116399)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 05:55:32 PST 2024
================
@@ -5709,6 +5711,46 @@ SDValue AArch64TargetLowering::getRuntimePStateSM(SelectionDAG &DAG,
Mask);
}
+static unsigned getIntrinsicID(const SDNode *N);
----------------
SamTebbs33 wrote:
Doesn't this already exist? It's used in other places in this file.
https://github.com/llvm/llvm-project/pull/116399
More information about the llvm-commits
mailing list