[llvm] [SLP] SLP's copyable elements based upon Main/Alt operations. (PR #124242)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 04:06:44 PDT 2025


================
@@ -1473,6 +1611,7 @@ class BoUpSLP {
     ScalarToTreeEntries.clear();
     MustGather.clear();
     NonScheduledFirst.clear();
+    CopyableAltOp.clear();
----------------
alexey-bataev wrote:

Why do you need this storage? As I mentioned before, we should encode InstructionsState and build correct set of operands, this should be enough

https://github.com/llvm/llvm-project/pull/124242


More information about the llvm-commits mailing list