[all-commits] [llvm/llvm-project] 180cc7: [AArch64] Update SME load/store intrinsics to work...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Tue Jun 28 01:50:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 180cc74de9cb083730a4f0591535ad5ec629ca55
      https://github.com/llvm/llvm-project/commit/180cc74de9cb083730a4f0591535ad5ec629ca55
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
    M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll

  Log Message:
  -----------
  [AArch64] Update SME load/store intrinsics to work on opaque pointers.

These intrinsics should be able to use opaque pointers, because the
load/store type is already encoded in their names and return/operand type.

Reviewed By: c-rhodes

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




More information about the All-commits mailing list