[llvm] [SLP] SLP's copyable elements based upon Main/Alt operations. (PR #124242)
Dinar Temirbulatov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 07:16:58 PDT 2025
================
@@ -816,6 +854,9 @@ class InstructionsState {
Instruction *MainOp = nullptr;
Instruction *AltOp = nullptr;
+ /// True if alterative operation is copy instruction.
+ bool IsAltOpCopy = false;
+
----------------
dtemirbulatov wrote:
Done.
https://github.com/llvm/llvm-project/pull/124242
More information about the llvm-commits
mailing list