[llvm] [SLP] NFC. Replace MainOp and AltOp in TreeEntry with InstructionsState. (PR #120198)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 03:39:52 PST 2024
================
@@ -836,7 +836,7 @@ class InstructionsState {
return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode;
}
- InstructionsState() = delete;
+ InstructionsState() = default;
----------------
alexey-bataev wrote:
This is the change that should be avoided
https://github.com/llvm/llvm-project/pull/120198
More information about the llvm-commits
mailing list