================
@@ -1070,6 +1070,13 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const 
AArch64Subtarget &ST)
                  {s16, v8s16},
                  {s32, v2s32},
                  {s32, v4s32}})
+      .moreElementsIf(
----------------
davemgreen wrote:

I think this can happen for more than just odd numbers, if we have support in 
the legalizer. I think I would make it moreElementsToNextPow2 unless there is a 
big reason not to.

https://github.com/llvm/llvm-project/pull/81831
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to