[llvm] [SLP] Make getSameOpcode support interchangeable instructions. (PR #127450)
Han-Kuan Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 04:12:46 PDT 2025
================
@@ -1035,16 +1035,15 @@ class InterchangeableBinOp {
}
};
-static std::optional<InterchangeableBinOp> isConvertible(Instruction *From,
----------------
HanKuanChen wrote:
these functions are in anonymous namespace already
https://github.com/llvm/llvm-project/pull/127450
More information about the llvm-commits
mailing list