================
@@ -248,6 +248,7 @@ enum NodeType : unsigned {
// Unsigned sum Long across Vector
UADDLV,
+ SADDLV,
----------------
davemgreen wrote:
Can you add this to AArch64TargetLowering::getTargetNodeName too
https://github.com/llvm/llvm-project/pull/75832