[llvm] [SLP][NFC] Redesign schedule bundle, separate from schedule data, NFC (PR #131625)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 08:20:47 PDT 2025
================
@@ -4011,26 +4014,55 @@ class BoUpSLP {
/// List of hashes of vector of loads, which are known to be non vectorizable.
DenseSet<size_t> ListOfKnonwnNonVectorizableLoads;
+ class ScheduleEntity {
+ friend class ScheduleBundle;
+ friend class ScheduleData;
----------------
alexey-bataev wrote:
Required to access getKind, which I don't want to expose
https://github.com/llvm/llvm-project/pull/131625
More information about the llvm-commits
mailing list