[all-commits] [llvm/llvm-project] 5c2c94: [AArch64][SVE] Implement masked store intrinsics

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Wed Oct 30 05:04:25 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c2c94648e424d1c2ccfd7bd3c7147bb6389198d
      https://github.com/llvm/llvm-project/commit/5c2c94648e424d1c2ccfd7bd3c7147bb6389198d
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/test/CodeGen/AArch64/sve-masked-ldst-nonext.ll
    A llvm/test/CodeGen/AArch64/sve-masked-ldst-trunc.ll

  Log Message:
  -----------
  [AArch64][SVE] Implement masked store intrinsics

Summary:
Adds support for codegen of masked stores, with non-truncating
and truncating variants.

Reviewers: huntergr, greened, dmgreen, rovka, sdesmalen

Reviewed By: dmgreen, sdesmalen

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cfe-commits, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list