[all-commits] [llvm/llvm-project] 578571: [AArch64] Add support for insert/extract for nxv1i...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Jul 4 08:55:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5785717e18d583d5bbda643dd87099f2bb20c93a
      https://github.com/llvm/llvm-project/commit/5785717e18d583d5bbda643dd87099f2bb20c93a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

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

  Log Message:
  -----------
  [AArch64] Add support for insert/extract for nxv1i1 types.

This patch adds patterns and tests for subvector insert/extract
intrinsics to/from all legal predicate types.

Reviewed By: david-arm, kmclaughlin

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




More information about the All-commits mailing list