[PATCH] D100816: [AArch64][SVE] Lower index_vector to step_vector

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 18:38:12 PDT 2021


junparser added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:15464-15466
+static SDValue performStepVectorCombine(SDNode *N,
+                                        TargetLowering::DAGCombinerInfo &DCI,
+                                        SelectionDAG &DAG) {
----------------
paulwalker-arm wrote:
> FYI: I imagine we're only a few isel patterns away from not need this, but there's no need to hold up this patch for it.
Yep, We can remove index_vector node finally


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100816



More information about the llvm-commits mailing list