[llvm] [SLP] Fix cost estimation of external uses with wrong VF (PR #148185)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 04:48:13 PDT 2025


================
@@ -4357,7 +4357,7 @@ class BoUpSLP {
     const TreeEntry &E;
 
     /// Which lane does the scalar belong to.
-    int Lane;
+    unsigned Lane;
----------------
gbossu wrote:

Created https://github.com/llvm/llvm-project/pull/148232

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


More information about the llvm-commits mailing list