[llvm] [SLP] Fix cost estimation of external uses with wrong VF (PR #148185)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 03:36:20 PDT 2025
================
@@ -4357,7 +4357,7 @@ class BoUpSLP {
const TreeEntry &E;
/// Which lane does the scalar belong to.
- int Lane;
+ unsigned Lane;
----------------
alexey-bataev wrote:
These changes better to implement in a separate NFC patch
https://github.com/llvm/llvm-project/pull/148185
More information about the llvm-commits
mailing list