[all-commits] [llvm/llvm-project] bf2811: [AArch65][SVE] Remove vector_splice from AddedComp...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Mon Jul 26 05:37:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf28111ebdb760f46f168c867f7e8453c23814ed
      https://github.com/llvm/llvm-project/commit/bf28111ebdb760f46f168c867f7e8453c23814ed
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

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

  Log Message:
  -----------
  [AArch65][SVE] Remove vector_splice from AddedComplexity pattern

The pattern for vector_splice with Index equal or bigger than
zero was misplaced in the AddedComplexity = 1 pattern in the AArch64
tablegen file. This patch fixes it by removing vector_splice pattern
from inside AddedComplexity = 1.




More information about the All-commits mailing list