[all-commits] [llvm/llvm-project] b3aeb1: [AArch64][SVE] Remove index_vector node.

junparser via All-commits all-commits at lists.llvm.org
Sun May 9 20:30:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3aeb138924577f0c7f1a665723edb6b4858fb6f
      https://github.com/llvm/llvm-project/commit/b3aeb138924577f0c7f1a665723edb6b4858fb6f
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [AArch64][SVE] Remove index_vector node.

Since index_vector is lowered into step_vector in D100816, we can just remove
index_vector, use step_vector for codegen directly.

Differential Revision: https://reviews.llvm.org/D101593




More information about the All-commits mailing list