[PATCH] D106272: [AArch64][SME] Introduce feature for streaming mode

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 03:52:22 PDT 2021


c-rhodes marked an inline comment as done.
c-rhodes added a comment.

In D106272#2907429 <https://reviews.llvm.org/D106272#2907429>, @sdesmalen wrote:

> Some things that are missing from this patch, but which can probably be followed up in separate patches:
>
> - A small subset of the AdvSimd instructions can be used under Streaming SVE, so we'll need something like hasNeonOrStreamingSVE as well.
> - We'll need to change calls to `Subtarget->hasSVE()` in e.g. AArch64ISelLowering.cpp or AArch64TargetTransformInfo.cpp to use `Subtarget->hasSVEOrStreamingSVE()` where appropriate.

I'll follow up with patches for those


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106272



More information about the llvm-commits mailing list