[all-commits] [llvm/llvm-project] 966411: [AArch64] Add support to loop vectorization for no...

Zain Jaffal via All-commits all-commits at lists.llvm.org
Mon Oct 3 09:07:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 966411790ef9a594415676dcb9619adcaeb3bd26
      https://github.com/llvm/llvm-project/commit/966411790ef9a594415676dcb9619adcaeb3bd26
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/test/Transforms/LoopVectorize/AArch64/nontemporal-load-store.ll

  Log Message:
  -----------
  [AArch64] Add support to loop vectorization for non temporal loads

Currently, AArch64 doesn't support vectorization for non temporal loads because `isLegalNTLoad` is not implemented for the target.
This patch applies similar functionality as `D73158` but for non temporal loads

Reviewed By: fhahn

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




More information about the All-commits mailing list