[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
Fri Jan 31 12:19:44 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:
Yes, thanks the single one storage is better.
https://github.com/llvm/llvm-project/pull/124242
More information about the llvm-commits
mailing list