[PATCH] D131964: [AArch64] Add support to loop vectorization for non temporal loads

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 06:19:58 PDT 2022


zjaffal updated this revision to Diff 463866.
zjaffal added a comment.

Refactor common code between `isLegalNTStore` and `isLegalNTLoad` and move it to a seperate function. 
Add extra checks in `nontemporal-load-store.ll` to look for the generated load instruction


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131964/new/

https://reviews.llvm.org/D131964

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131964.463866.patch
Type: text/x-patch
Size: 4526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220929/f46a5e44/attachment.bin>


More information about the llvm-commits mailing list