[llvm] [AArch64][GlobalISel] Combine vecreduce(ext) to {U/S}ADDLV (PR #75832)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 03:36:18 PST 2024


================
@@ -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


More information about the llvm-commits mailing list