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

Dinar Temirbulatov via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 05:32:50 PDT 2025


================
@@ -7697,6 +7993,8 @@ bool BoUpSLP::areAltOperandsProfitable(const InstructionsState &S,
                            Opcode0, Opcode1, OpcodeMask))
     return true;
   SmallVector<ValueList> Operands;
+  if (S.getMainOp()->getNumOperands() != S.getAltOp()->getNumOperands())
----------------
dtemirbulatov wrote:

There was illigal operand number before, I think I resolved now. Done.

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


More information about the llvm-commits mailing list