[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
================
@@ -3416,7 +3566,7 @@ class BoUpSLP {
}
/// Some of the instructions in the list have alternate opcodes.
- bool isAltShuffle() const { return S.isAltShuffle(); }
+ bool isAltShuffle() const { return S.isAltShuffle() && !IsAltOpCopy; }
----------------
alexey-bataev wrote:
I don't think it should be here, S should explicitly state, that it does not represent alternate op
https://github.com/llvm/llvm-project/pull/124242
More information about the llvm-commits
mailing list