[PATCH] D135950: [AArch64][SME] Disable (SLP|Loop)Vectorizer when function may be executed in streaming mode.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 07:45:33 PDT 2022


paulwalker-arm added a comment.

Sorry @sdesmalen, I must keep reminding myself that streaming compatible is a subset of streaming SVE mode :)  What about representing each separately? For example `IsStreamingSVECompatible` and `InStreamingSVEMode`. The latter likely has no current uses? but will allow that difference between "streaming compatible" and "streaming SVE mode" to be queried if/when necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135950



More information about the llvm-commits mailing list