You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2247,10 +2247,9 @@ class BoUpSLP {
2247
2247
/// Return true if an array of scalar loads can be replaced with a strided
2248
2248
/// load (with constant stride).
2249
2249
///
2250
-
/// It is possible that the load gets "widened". Suppose that originally each load loads `k` bytes and `PointerOps` can be arranged as follows (`%s` is constant):
2251
-
/// %b + 0 * %s + 0
2252
-
/// %b + 0 * %s + 1
2253
-
/// %b + 0 * %s + 2
2250
+
/// It is possible that the load gets "widened". Suppose that originally each
2251
+
/// load loads `k` bytes and `PointerOps` can be arranged as follows (`%s` is
0 commit comments