Skip to content

Commit f227a67

Browse files
committed
Address review comments
1 parent a3032e8 commit f227a67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/Analysis/Delinearization/fixed_size_array.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ exit:
149149
}
150150

151151
; The type information of the underlying object is not available, so the
152-
; delinearization result is different from it.
152+
; delinearization result is different from the original array size. In this
153+
; case, the underlying object is a type of int[][8][32], but the
154+
; delinearization result is like int[][4][64].
153155
;
154156
; void f(int A[][8][32]) {
155157
; for (i = 0; i < 42; i++)

0 commit comments

Comments
 (0)