[PATCH] D125194: [SVE][SelectionDAG] Use INDEX to generate matching instances of BUILD_VECTOR.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 08:22:40 PDT 2022


paulwalker-arm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2080
+  /// If this BuildVector is constant and represents the numerical series
+  /// <0, n, 2n, 3n, ...> with n being a non-zero constant integer, the value of
+  /// n is returned.
----------------
I know the comments are out of sync.  I'll update them when splitting the patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125194/new/

https://reviews.llvm.org/D125194



More information about the llvm-commits mailing list