[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
Wed Oct 19 10:03:40 PDT 2022
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp:428
Key += "SVEMax";
+ Key += "StreamingModeDisabled=" + std::to_string(StreamingModeDisabled);
Key += std::to_string(MaxSVEVectorSize);
----------------
dmgreen wrote:
> This seems to be in the wrong place, between "SVEMax" and MaxSVEVectorSize.
Sorry this comment escaped my attention, I've pushed a fix separately in rG36864d47d6b0
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