[all-commits] [llvm/llvm-project] 981f7d: [AArch64] Implement extract_subvector for predicates.

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Sep 8 00:19:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 981f7d563aa8ab3ed693d55c055b193adff4bba5
      https://github.com/llvm/llvm-project/commit/981f7d563aa8ab3ed693d55c055b193adff4bba5
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/test/CodeGen/AArch64/sve-extract-vector.ll

  Log Message:
  -----------
  [AArch64] Implement extract_subvector for predicates.

This patch implements extract_subvector for predicate types when
the input type is more than twice the size of the subvector that
is being extracted.

Reviewed By: CarolineConcatto

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




More information about the All-commits mailing list