[llvm] [WIP][SLP] SLP's copyable elements based upon Main/Alt operations. (PR #124242)
Dinar Temirbulatov via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 06:41:53 PST 2025
================
@@ -4296,6 +4535,10 @@ class BoUpSLP {
/// ScheduleData structures are recycled.
DenseMap<Instruction *, ScheduleData *> ScheduleDataMap;
+ /// Attaches ScheduleData to Instruction with the leading key.
+ DenseMap<Value *, SmallDenseMap<Value *, ScheduleData *>>
----------------
dtemirbulatov wrote:
Tested this solution, I could not find any more scheduling issues.
https://github.com/llvm/llvm-project/pull/124242
More information about the llvm-commits
mailing list