[PATCH] D135950: [AArch64][SME] Disable (SLP|Loop)Vectorizer when function may be executed in streaming mode.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 06:09:59 PDT 2022
sdesmalen added a comment.
The reason to go for IsStreamingModeDisabled (rather than Enabled) is to also cover the case of a 'streaming compatible' function, where streaming mode //may// be enabled, but we don't know at compile-time whether it is.
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