[all-commits] [llvm/llvm-project] 661403: [AArch64] Add support for 128-bit non temporal loads.

Zain Jaffal via All-commits all-commits at lists.llvm.org
Fri Sep 30 03:05:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 661403b85c219a83baa37335a870d4d93dc4b1c3
      https://github.com/llvm/llvm-project/commit/661403b85c219a83baa37335a870d4d93dc4b1c3
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/nontemporal-load.ll

  Log Message:
  -----------
  [AArch64] Add support for 128-bit non temporal loads.

Adding to the work done in `D131773` here we add support to 128-bit loads.

Reviewed By: fhahn

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




More information about the All-commits mailing list