[llvm] [AArch64][SME2] Add FORM_STRIDED_TUPLE pseudo nodes (PR #116399)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 06:06:24 PST 2024
================
@@ -5709,6 +5711,46 @@ SDValue AArch64TargetLowering::getRuntimePStateSM(SelectionDAG &DAG,
Mask);
}
+static unsigned getIntrinsicID(const SDNode *N);
----------------
MacDue wrote:
It's not defined until a few K lines below this
https://github.com/llvm/llvm-project/pull/116399
More information about the llvm-commits
mailing list