[llvm] [SLP] Make getSameOpcode support interchangeable instructions. (PR #127450)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 03:58:30 PDT 2025


================
@@ -1035,16 +1035,15 @@ class InterchangeableBinOp {
   }
 };
 
-static std::optional<InterchangeableBinOp> isConvertible(Instruction *From,
----------------
alexey-bataev wrote:

Why static is removed?

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


More information about the llvm-commits mailing list