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
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2248,10 +2248,9 @@ class BoUpSLP {
2248
2248
/// Return true if an array of scalar loads can be replaced with a strided
2249
2249
/// load (with constant stride).
2250
2250
///
2251
-
/// 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):
2252
-
/// %b + 0 * %s + 0
2253
-
/// %b + 0 * %s + 1
2254
-
/// %b + 0 * %s + 2
2251
+
/// It is possible that the load gets "widened". Suppose that originally each
2252
+
/// load loads `k` bytes and `PointerOps` can be arranged as follows (`%s` is
0 commit comments