[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
Sun Oct 16 08:56:00 PDT 2022
paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.h:124
+ bool StreamingModeDisabled;
unsigned MinSVEVectorSizeInBits;
----------------
Likely doesn't matter much but the specification uses StreamingSVEMode.
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