[all-commits] [llvm/llvm-project] a0e3ce: [AArch64][SVE] Change pointer type of struct load/...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Jun 10 06:03:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a0e3ceea6ce909067717bb703f4aaf84d88a3bbb
      https://github.com/llvm/llvm-project/commit/a0e3ceea6ce909067717bb703f4aaf84d88a3bbb
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll

  Log Message:
  -----------
  [AArch64][SVE] Change pointer type of struct load/store intrinsics.

Instead of loading from e.g. `<vscale x 16 x i8>*`, load from element
pointer `i8*`. This is more in line with the other load/store
intrinsics for SVE.

Reviewers: fpetrogalli, c-rhodes, rengolin, efriedma

Reviewed By: efriedma

Tags: #llvm

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




More information about the All-commits mailing list