[PATCH] D138588: [AArch64][SME]: Generate streaming-compatible code for scatter/gather

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 09:27:12 PST 2022


hassnaa-arm created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

To generate code compatible to streaming mode:

- Force scalarizing masked gather/scatter.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138588

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-scatter.ll



More information about the llvm-commits mailing list