[llvm] [LAA/SLP] Don't truncate APInt in getPointersDiff (PR #139941)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 11:15:44 PDT 2025
================
@@ -3788,7 +3789,7 @@ class BoUpSLP {
SmallVector<int, 4> ReuseShuffleIndices;
/// Does this entry require reordering?
- SmallVector<unsigned, 4> ReorderIndices;
+ SmallVector<uint64_t, 4> ReorderIndices;
----------------
alexey-bataev wrote:
Restore
https://github.com/llvm/llvm-project/pull/139941
More information about the llvm-commits
mailing list